Skip to content

Commit

Permalink
Update .eleventy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyF authored May 28, 2020
1 parent 6298408 commit dbce6b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ module.exports = function(config) {
config.addPlugin(rssPlugin);
config.addPlugin(syntaxHighlight);

/* Forestry instant previews */
/* Forestry instant previews
if( process.env.ELEVENTY_ENV == "staging" ) {
eleventyConfig.setBrowserSyncConfig({
host: "0.0.0.0"
});
}
}*/

// 404
config.setBrowserSyncConfig({
Expand Down

0 comments on commit dbce6b1

Please sign in to comment.