Comment out base URL configuration in Vite setup

This commit is contained in:
2025-12-27 22:47:36 +01:00
parent 2d7e72d244
commit f6efa465bc

View File

@@ -5,7 +5,7 @@ import { defineConfig } from "vitest/config";
// https://vitejs.dev/config/
export default defineConfig(( { mode } ) => ({
base: mode === 'production' && process.env.GITHUB_ACTIONS ? '/website/' : '/',
// base: mode === 'production' && process.env.GITHUB_ACTIONS ? '/website/' : '/',
server: {
host: "::",
port: 8080,