This commit is contained in:
Pooya Parsa 2017-12-12 13:55:41 +03:30
parent b5ff5a167d
commit edfc42086f
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
const path = require('path')
module.exports = {
generate: {
routes: [
@ -8,6 +10,7 @@ module.exports = {
interval: 200,
subFolders: true
},
modulesDir: path.join(__dirname, '..', '..', '..', 'node_modules'),
hooks: {
ready(nuxt) {
nuxt.__hook_called__ = true