Skip to content

Commit

Permalink
prerender documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SiriusAshling committed May 17, 2024
1 parent 71c13bd commit 2e78115
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/seedlang/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ on MarshSpawn.RockHC item_message_with_timeout("The emptyness haunts you...", 60

##### Notes

See [Standard Functions](standard-functions) and [Function Definitions](#function-definitions) for more details.
See [Standard Functions](#standard-functions) and [Function Definitions](#function-definitions) for more details.

## Standard Functions

Expand Down
5 changes: 5 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ export default defineNuxtConfig({
build: {
transpile: ['vuetify'],
},
nitro: {
prerender: {
routes: ['/docs/seedlang'],
},
},
modules: [
'@nuxt/content',
(_options, nuxt) => {
Expand Down

0 comments on commit 2e78115

Please sign in to comment.