Add rewrite

This commit is contained in:
2025-05-22 13:48:15 +03:00
parent 71d360ea1f
commit 16a4ea0949
19 changed files with 746 additions and 61 deletions

View File

@@ -1,8 +1,6 @@
<template>
<NuxtRouteAnnouncer />
<UApp :toaster="{ position: 'bottom-center' }">
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</UApp>
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</template>