From 5b4e4fced05a752f4be95dc86c51f8b8de57b077 Mon Sep 17 00:00:00 2001 From: Hanbyul Jo Date: Thu, 6 Jun 2019 11:22:59 -0400 Subject: [PATCH] added fallback true to config --- nuxt.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt.config.js b/nuxt.config.js index 730e69b..7d557ea 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -115,6 +115,7 @@ module.exports = { }, hooks: { generate: { + fallback: true, // async before() { // console.log('this bef orehook..') // await putNuxtClientBack()