mirror of
https://github.com/layer-systems/website.git
synced 2026-06-15 09:08:33 +02:00
Remove mode parameter from Vite config export function
This commit is contained in:
@@ -4,7 +4,7 @@ import react from "@vitejs/plugin-react-swc";
|
||||
import { defineConfig } from "vitest/config";
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig(( { mode } ) => ({
|
||||
export default defineConfig(() => ({
|
||||
// base: mode === 'production' && process.env.GITHUB_ACTIONS ? '/website/' : '/',
|
||||
server: {
|
||||
host: "::",
|
||||
|
||||
Reference in New Issue
Block a user