Merge pull request #34 from clottman/patch-3
Run browsersync in ghost mode by default
This commit is contained in:
commit
cc52984dda
1 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue