fix: restore route('home'), remove dashboard Blade route, load iconify in SPA

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ovidiu U
2026-04-10 18:14:58 +01:00
parent 1bfcb84402
commit 6224dedd45
3 changed files with 9 additions and 6 deletions

View File

@@ -10,7 +10,13 @@ export default defineConfig({
refresh: true,
}),
tailwindcss(),
vue(),
vue({
template: {
compilerOptions: {
isCustomElement: tag => tag === 'iconify-icon',
},
},
}),
],
server: {
cors: true,