Use relative renderer asset paths
All checks were successful
Build Windows App / build-windows (push) Successful in 17m16s

This commit is contained in:
MrSphay
2026-05-01 15:11:44 +02:00
parent 1117ae8056
commit 0ee5a59f3d

View File

@@ -2,6 +2,7 @@ import react from "@vitejs/plugin-react";
import { defineConfig } from "vite";
export default defineConfig({
base: "./",
plugins: [react()],
build: {
outDir: "dist",