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

Commit

Permalink
chore: try explicit config
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 9, 2022
1 parent 2d1e641 commit bb0cecc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@ export default defineNuxtConfig({
extends: '@nuxt-themes/website',
build: {
transpile: [/content-edge/]
},
nitro: {
prerender: {
crawlLinks: true,
routes: ['/']
}
}
})
1 change: 1 addition & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ publish = "docs/dist"

[build.environment]
NPM_FLAGS="--version"
NITRO_PRESET="node-server"

0 comments on commit bb0cecc

Please sign in to comment.