mirror of
https://github.com/layer-systems/website.git
synced 2026-06-16 01:29:10 +02:00
Comment out base URL configuration in Vite setup
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user