Nicer browsersync defaults.
This commit is contained in:
parent
6c29bd0a64
commit
877a60563c
1 changed files with 2 additions and 5 deletions
|
@ -62,12 +62,9 @@ module.exports = function(eleventyConfig) {
|
|||
res.end();
|
||||
});
|
||||
},
|
||||
ghostMode: {
|
||||
clicks: false,
|
||||
forms: false,
|
||||
scroll: false,
|
||||
},
|
||||
}
|
||||
ui: false,
|
||||
ghostMode: false
|
||||
});
|
||||
|
||||
return {
|
||||
|
|
Loading…
Add table
Reference in a new issue