Skip to content

Commit

Permalink
fix: manually disable SSR temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
sghoweri committed Apr 8, 2019
1 parent 8cfbdd8 commit 95ebc8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs-site/.boltrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const config = {
enableCache: (process.env.TRAVIS || argv.prod) ? false : true,
enabled: true,
},
enableSSR: false, // temp disabld till Travis issue fixed
extraTwigNamespaces: {
bolt: {
recursive: true,
Expand Down

0 comments on commit 95ebc8c

Please sign in to comment.