fix: vite warning about base not starting with /

This commit is contained in:
Sebastien Arod 2024-06-12 14:14:35 +02:00
parent f1d203fcbf
commit 596f1dde23

View file

@ -5,7 +5,7 @@ import { imagetools } from "vite-imagetools";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), imagetools()],
base: "resistants",
base: "/resistants",
build: {
rollupOptions: {
output: {