nitro craw
This commit is contained in:
parent
2758b7aef7
commit
ee43c0a58e
|
@ -62,11 +62,11 @@ export default defineNuxtConfig({
|
||||||
'/index.html': { redirect: '/' },
|
'/index.html': { redirect: '/' },
|
||||||
'/index.php': { redirect: '/' },
|
'/index.php': { redirect: '/' },
|
||||||
},
|
},
|
||||||
// nitro: {
|
nitro: {
|
||||||
// prerender: {
|
prerender: {
|
||||||
// crawlLinks: true
|
crawlLinks: true
|
||||||
// },
|
},
|
||||||
// },
|
},
|
||||||
vite: {
|
vite: {
|
||||||
assetsInclude: ['**/*.glb', '**/*.gltf'],
|
assetsInclude: ['**/*.glb', '**/*.gltf'],
|
||||||
build: {
|
build: {
|
||||||
|
|
Loading…
Reference in New Issue