From 596f1dde23b47586be896eefc5c8e62aacc2ab16 Mon Sep 17 00:00:00 2001 From: Sebastien Arod Date: Wed, 12 Jun 2024 14:14:35 +0200 Subject: [PATCH] fix: vite warning about base not starting with / --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index c971ede..1c70d8c 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -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: {