更新 frontend/vite.config.ts
This commit is contained in:
parent
3ec7ce60d1
commit
f751d656c8
@ -3,7 +3,7 @@ import react from '@vitejs/plugin-react';
|
||||
import path from 'path';
|
||||
|
||||
export default defineConfig({
|
||||
base: './', // 设置基础路径为相对路径
|
||||
base: '/aistudy/frontend/', // 设置基础路径为相对路径
|
||||
plugins: [react()],
|
||||
resolve: {
|
||||
alias: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user