Merge pull request #34 from clottman/patch-3
Run browsersync in ghost mode by default
This commit is contained in:
commit
cc52984dda
@ -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