Merge pull request #34 from clottman/patch-3

Run browsersync in ghost mode by default
master
Zach Leatherman 2020-01-02 21:02:20 -06:00 committed by GitHub
commit cc52984dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

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