module.exports = function (eleventyConfig) { eleventyConfig.setBrowserSyncConfig({ files: './_site/assets/*.css' }) }