Refactor routing and resource fetching to use BASE_URL for improved environment compatibility

This commit is contained in:
Supertiger
2025-08-01 18:20:47 +01:00
parent e9f2ac6063
commit 224e6ed9fd
6 changed files with 17 additions and 8 deletions

5
vite.config.ts Normal file
View File

@@ -0,0 +1,5 @@
import { defineConfig } from "vite";
export default defineConfig({
base: "/waybar-online",
});