prerendering config

This commit is contained in:
nicwands
2026-06-01 11:58:10 -04:00
parent 461b560b7e
commit 94ba31bb76
2 changed files with 6 additions and 1 deletions

5
pages/preview/+config.ts Normal file
View File

@@ -0,0 +1,5 @@
import type { Config } from 'vike/types'
export default {
prerender: false,
} as Config