update
This commit is contained in:
6
vite.config.mjs
Normal file
6
vite.config.mjs
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
base: process.env.NODE_ENV === 'production' ? '/root/card-spin/' : '/',
|
||||
});
|
||||
Reference in New Issue
Block a user