mirror of
https://github.com/SupertigerDev/waybar-online.git
synced 2026-03-24 08:06:37 +00:00
Refactor routing and resource fetching to use BASE_URL for improved environment compatibility
This commit is contained in:
5
vite.config.ts
Normal file
5
vite.config.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { defineConfig } from "vite";
|
||||
|
||||
export default defineConfig({
|
||||
base: "/waybar-online",
|
||||
});
|
||||
Reference in New Issue
Block a user