route redicrect

This commit is contained in:
Kseninia Mikhaylova 2024-06-19 14:10:45 +03:00
parent 364c9599bd
commit f05b1391f0
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ export default defineNuxtConfig({
baseUrl: '',
},
},
routeRules: {
'/index.html': { redirect: '/' },
'/index.php': { redirect: '/' },
},
vite: {
assetsInclude: ['**/*.glb', '**/*.gltf'],
},