Authenticated Routes and Redirects

This commit is contained in:
Felix Kaspar
2024-10-04 17:50:42 +02:00
parent f3697a18e3
commit 74079512d0
8 changed files with 61 additions and 21 deletions

View File

@@ -6,7 +6,6 @@ import dynamicImport from 'vite-plugin-dynamic-import';
import compileTime from "vite-plugin-compile-time";
import { fileURLToPath, URL } from 'node:url';
// https://vitejs.dev/config/
export default defineConfig(async () => ({
plugins: [