This commit is contained in:
2025-10-31 19:10:01 +07:00
commit e54eb70c86
50 changed files with 11579 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
export default defineNuxtRouteMiddleware((to, _from) => {
if (to.path === '/') {
return navigateTo({name: 'materials' })
}
})