This commit is contained in:
backuppc
2026-01-21 13:43:43 +09:00
parent c1312c99ce
commit 18b746e025
3 changed files with 7 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ import react from '@vitejs/plugin-react';
export default defineConfig(({ mode }) => {
const env = loadEnv(mode, '.', '');
return {
base: './',
base: '/ftp/',
server: {
port: 3000,
host: '0.0.0.0',