mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +00:00
docs: add missing comma (#23870)
This commit is contained in:
parent
88ce9abbdf
commit
157d98b282
@ -100,7 +100,7 @@ You can manually specify routes that [Nitro](/docs/guide/concepts/server-engine)
|
||||
defineNuxtConfig({
|
||||
nitro: {
|
||||
prerender: {
|
||||
routes: ['/user/1', '/user/2']
|
||||
routes: ['/user/1', '/user/2'],
|
||||
ignore: ['/dynamic']
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user