mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
Remove generate routes
This commit is contained in:
parent
5e93befc44
commit
56272eb5fd
@ -14,15 +14,5 @@ module.exports = {
|
||||
{ id: 5, name: 'Kevin Durant', number: 35 },
|
||||
{ id: 6, name: 'Kyrie Irving', number: 2 }
|
||||
]
|
||||
},
|
||||
generate: {
|
||||
routes: [
|
||||
'/1',
|
||||
'/2',
|
||||
'/3',
|
||||
'/4',
|
||||
'/5',
|
||||
'/6'
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user