route redicrect
This commit is contained in:
parent
364c9599bd
commit
f05b1391f0
|
@ -16,6 +16,10 @@ export default defineNuxtConfig({
|
|||
baseUrl: '',
|
||||
},
|
||||
},
|
||||
routeRules: {
|
||||
'/index.html': { redirect: '/' },
|
||||
'/index.php': { redirect: '/' },
|
||||
},
|
||||
vite: {
|
||||
assetsInclude: ['**/*.glb', '**/*.gltf'],
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue