Nicer browsersync defaults.
This commit is contained in:
parent
6c29bd0a64
commit
877a60563c
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user