mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
a6e4a09dbb
Co-authored-by: Daniel Roe <daniel@roe.dev>
9 lines
184 B
TypeScript
9 lines
184 B
TypeScript
export default defineNuxtConfig({
|
|
extends: '@nuxt-themes/website',
|
|
nitro: {
|
|
prerender: {
|
|
routes: ['/', '/404.html', '/guide/directory-structure/app.config']
|
|
}
|
|
}
|
|
})
|