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
@ -61,7 +61,12 @@ module.exports = function(eleventyConfig) {
|
|||||||
res.write(content_404);
|
res.write(content_404);
|
||||||
res.end();
|
res.end();
|
||||||
});
|
});
|
||||||
}
|
},
|
||||||
|
ghostMode: {
|
||||||
|
clicks: false,
|
||||||
|
forms: false,
|
||||||
|
scroll: false,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user