Skip to content
This repository was archived by the owner on Feb 25, 2021. It is now read-only.

Commit 44b0cad

Browse files
committed
fix(nuxt): add missing dynamicRoutes variable assignment
1 parent 0ff6dbd commit 44b0cad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

template/nuxt.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ module.exports = {
2929
*/
3030
loading: { color: '#3B8070' },
3131
/*
32+
** Route config for pre-rendering
33+
*/
34+
generate: {
35+
routes: dynamicRoutes
36+
},
37+
/*
3238
** Build configuration
3339
*/
3440
build: {

0 commit comments

Comments
 (0)