Skip to content

Commit

Permalink
feat: generate fallback for unknown pages on netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Jun 19, 2020
1 parent d208418 commit f33607f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ export default {
mode: 'spa',
target: 'static',

generate: { fallback: true },

/*
** Headers of the page
*/
Expand Down

0 comments on commit f33607f

Please sign in to comment.