From 9348470eccb003d941f75c915a0941714378986a Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Tue, 03 Jun 2025 20:04:39 +0000
Subject: [PATCH] using .env for base urls

---
 vite.config.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vite.config.js b/vite.config.js
index bb0d51d..cffc08d 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -14,7 +14,7 @@
   ],
   resolve: {
     alias: {
-      '@': fileURLToPath(new URL('./src', import.meta.url))
+      '@': fileURLToPath(new URL('./vue/src', import.meta.url))
     },
   },
   server: {

--
Gitblit v1.8.0