docs: Add migration guide and fix white screen issue in GTM app

This commit is contained in:
2025-12-31 13:28:05 +00:00
parent 5fdf3e1a12
commit e770e78f1c
2 changed files with 199 additions and 0 deletions

View File

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