Skip to content

Commit

Permalink
added fallback true to config
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Jun 6, 2019
1 parent 78fae64 commit 5b4e4fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ module.exports = {
},
hooks: {
generate: {
fallback: true,
// async before() {
// console.log('this bef orehook..')
// await putNuxtClientBack()
Expand Down

0 comments on commit 5b4e4fc

Please sign in to comment.