fix: vite warning about base not starting with /

suppression-manon-adrien
Sebastien Arod 2024-06-12 14:14:35 +02:00
parent f1d203fcbf
commit 596f1dde23
1 changed files with 1 additions and 1 deletions

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: {