mirror of
https://framagit.org/enfance-libre/resistants
synced 2025-04-25 17:13:47 +00:00
fix: vite warning about base not starting with /
This commit is contained in:
parent
f1d203fcbf
commit
596f1dde23
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Reference in a new issue