Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
Yecely committed Jun 22, 2020
1 parent 5e85e84 commit 44416a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const glob = require('glob')

const markdownPaths = ['blog']


module.exports = {
mode: 'spa',
/*
Expand Down Expand Up @@ -48,7 +47,8 @@ module.exports = {
modules: [
],
generate: {
routes: dynamicMarkdownRoutes()
routes: dynamicMarkdownRoutes(),
fallback: true, // if you want to use '404.html' instead of the default '200.html'
},
/*
** Build configuration
Expand Down

0 comments on commit 44416a0

Please sign in to comment.