run browsersync in ghost mode
The average user probably does not want every reader's scroll position synced to every other reader.
This commit is contained in:
parent
1148b90e22
commit
b6e0b85a87
1 changed files with 6 additions and 1 deletions
|
@ -61,7 +61,12 @@ module.exports = function(eleventyConfig) {
|
|||
res.write(content_404);
|
||||
res.end();
|
||||
});
|
||||
}
|
||||
},
|
||||
ghostMode: {
|
||||
clicks: false,
|
||||
forms: false,
|
||||
scroll: false,
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue