diff --git a/content/docs/seedlang/index.md b/content/docs/seedlang/index.md index b913c91..87e6675 100644 --- a/content/docs/seedlang/index.md +++ b/content/docs/seedlang/index.md @@ -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 diff --git a/nuxt.config.ts b/nuxt.config.ts index c86fbcb..cac6286 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -6,6 +6,11 @@ export default defineNuxtConfig({ build: { transpile: ['vuetify'], }, + nitro: { + prerender: { + routes: ['/docs/seedlang'], + }, + }, modules: [ '@nuxt/content', (_options, nuxt) => {