Nicer browsersync defaults.

This commit is contained in:
Zach Leatherman 2020-01-03 11:30:27 -06:00
parent 6c29bd0a64
commit 877a60563c

View File

@ -62,12 +62,9 @@ module.exports = function(eleventyConfig) {
res.end(); res.end();
}); });
}, },
ghostMode: {
clicks: false,
forms: false,
scroll: false,
}, },
} ui: false,
ghostMode: false
}); });
return { return {