Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs: add app.config route to pre-render (#8131)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Roe <daniel@roe.dev>
  • Loading branch information
Atinux and danielroe committed Oct 12, 2022
1 parent bc3016f commit a6e4a09
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion docs/nuxt.config.ts
@@ -1,3 +1,8 @@
export default defineNuxtConfig({
extends: '@nuxt-themes/website'
extends: '@nuxt-themes/website',
nitro: {
prerender: {
routes: ['/', '/404.html', '/guide/directory-structure/app.config']
}
}
})
6 changes: 3 additions & 3 deletions docs/yarn.lock
Expand Up @@ -1151,13 +1151,13 @@ __metadata:
linkType: hard

"@nuxtjs/color-mode@npm:^3.1.5":
version: 3.1.6
resolution: "@nuxtjs/color-mode@npm:3.1.6"
version: 3.1.8
resolution: "@nuxtjs/color-mode@npm:3.1.8"
dependencies:
"@nuxt/kit": ^3.0.0-rc.9
lodash.template: ^4.5.0
pathe: ^0.3.5
checksum: c5ebec20667ff5086aa244d49451b40dfbf0fa562883d2b02282a9a4463c0b4271ce3d08c6fd4cc75a376ec5f25683045765774d119bc57b1c84935c2082adc4
checksum: 5766b48c449c95c270cdf424313bb9c9b8f3083af4c229dc1b192ceedd18aaac269693148a748d0817af7e24e2c69bf866ad30e77ed567757dbe2216edf777b1
languageName: node
linkType: hard

Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -2048,13 +2048,13 @@ __metadata:
linkType: soft

"@nuxtjs/color-mode@npm:^3.1.5":
version: 3.1.5
resolution: "@nuxtjs/color-mode@npm:3.1.5"
version: 3.1.8
resolution: "@nuxtjs/color-mode@npm:3.1.8"
dependencies:
"@nuxt/kit": ^3.0.0-rc.9
lodash.template: ^4.5.0
pathe: ^0.3.5
checksum: 094fbe13dbaa5df53476caf00f60a033cf77761381b55cd54e0aa57cf0e59d58e0cb41e41d565a604b5c14ec91bc91aa6900e33641082c5a7e6a57031abcea90
checksum: 5766b48c449c95c270cdf424313bb9c9b8f3083af4c229dc1b192ceedd18aaac269693148a748d0817af7e24e2c69bf866ad30e77ed567757dbe2216edf777b1
languageName: node
linkType: hard

Expand Down

0 comments on commit a6e4a09

Please sign in to comment.