Relative paths

This commit is contained in:
Yura Dupyn 2026-05-15 17:09:38 +02:00
parent 92510ce24f
commit ee68906f09

View file

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