update base path in vite config

This commit is contained in:
2026-06-14 15:41:54 +03:30
parent cc36dd40cc
commit b0830f7f71

View File

@@ -2,7 +2,8 @@ import { defineConfig } from "vitest/config";
import react from "@vitejs/plugin-react";
export default defineConfig({
base: "/OpenXD/",
// Keep build assets portable across domain roots and repository subpaths.
base: "./",
plugins: [react()],
test: {
environment: "jsdom",