From f37c7bdf5b1bfc638cb5f0e5b303c034ade3d506 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Tue, 13 May 2025 21:17:21 +0200 Subject: [PATCH] feat: set base path for vite configuration --- vite.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.js b/vite.config.js index 5ea77b3..35a6522 100644 --- a/vite.config.js +++ b/vite.config.js @@ -1,6 +1,7 @@ import { defineConfig } from "vite"; export default defineConfig({ + base: "/code-crispies/", root: "./src", publicDir: "./public", build: {