Merge pull request #34 from clottman/patch-3

Run browsersync in ghost mode by default
This commit is contained in:
Zach Leatherman
2020-01-02 21:02:20 -06:00
committed by GitHub

View File

@ -61,7 +61,12 @@ module.exports = function(eleventyConfig) {
res.write(content_404);
res.end();
});
}
},
ghostMode: {
clicks: false,
forms: false,
scroll: false,
},
}
});