Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yecely committed Jun 22, 2020
1 parent 2bc7522 commit 3e4cace
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,8 @@ module.exports = {
modules: [
],
generate: {
/*routes: dynamicMarkdownRoutes(),
fallback: true, // if you want to use '404.html' instead of the default '200.html'*/
routes: dynamicMarkdownRoutes({
"/sections": "content/*.md"
})
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 3e4cace

Please sign in to comment.