mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-19 15:10:58 +00:00
docs: add app.config route to pre-render (#8131)
Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
parent
bc3016f8d8
commit
a6e4a09dbb
@ -1,3 +1,8 @@
|
|||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
extends: '@nuxt-themes/website'
|
extends: '@nuxt-themes/website',
|
||||||
|
nitro: {
|
||||||
|
prerender: {
|
||||||
|
routes: ['/', '/404.html', '/guide/directory-structure/app.config']
|
||||||
|
}
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
@ -1151,13 +1151,13 @@ __metadata:
|
|||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@nuxtjs/color-mode@npm:^3.1.5":
|
"@nuxtjs/color-mode@npm:^3.1.5":
|
||||||
version: 3.1.6
|
version: 3.1.8
|
||||||
resolution: "@nuxtjs/color-mode@npm:3.1.6"
|
resolution: "@nuxtjs/color-mode@npm:3.1.8"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@nuxt/kit": ^3.0.0-rc.9
|
"@nuxt/kit": ^3.0.0-rc.9
|
||||||
lodash.template: ^4.5.0
|
lodash.template: ^4.5.0
|
||||||
pathe: ^0.3.5
|
pathe: ^0.3.5
|
||||||
checksum: c5ebec20667ff5086aa244d49451b40dfbf0fa562883d2b02282a9a4463c0b4271ce3d08c6fd4cc75a376ec5f25683045765774d119bc57b1c84935c2082adc4
|
checksum: 5766b48c449c95c270cdf424313bb9c9b8f3083af4c229dc1b192ceedd18aaac269693148a748d0817af7e24e2c69bf866ad30e77ed567757dbe2216edf777b1
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
@ -2048,13 +2048,13 @@ __metadata:
|
|||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@nuxtjs/color-mode@npm:^3.1.5":
|
"@nuxtjs/color-mode@npm:^3.1.5":
|
||||||
version: 3.1.5
|
version: 3.1.8
|
||||||
resolution: "@nuxtjs/color-mode@npm:3.1.5"
|
resolution: "@nuxtjs/color-mode@npm:3.1.8"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@nuxt/kit": ^3.0.0-rc.9
|
"@nuxt/kit": ^3.0.0-rc.9
|
||||||
lodash.template: ^4.5.0
|
lodash.template: ^4.5.0
|
||||||
pathe: ^0.3.5
|
pathe: ^0.3.5
|
||||||
checksum: 094fbe13dbaa5df53476caf00f60a033cf77761381b55cd54e0aa57cf0e59d58e0cb41e41d565a604b5c14ec91bc91aa6900e33641082c5a7e6a57031abcea90
|
checksum: 5766b48c449c95c270cdf424313bb9c9b8f3083af4c229dc1b192ceedd18aaac269693148a748d0817af7e24e2c69bf866ad30e77ed567757dbe2216edf777b1
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user