Use relative renderer asset paths
All checks were successful
Build Windows App / build-windows (push) Successful in 17m16s
All checks were successful
Build Windows App / build-windows (push) Successful in 17m16s
This commit is contained in:
@@ -2,6 +2,7 @@ import react from "@vitejs/plugin-react";
|
||||
import { defineConfig } from "vite";
|
||||
|
||||
export default defineConfig({
|
||||
base: "./",
|
||||
plugins: [react()],
|
||||
build: {
|
||||
outDir: "dist",
|
||||
|
||||
Reference in New Issue
Block a user