1
0

fix actions

This commit is contained in:
2025-11-21 15:07:16 +09:00
parent 9248f35fe6
commit 4de551e252
5 changed files with 2476 additions and 18 deletions

View File

@@ -4,5 +4,8 @@ import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
base: '/',
define: {
'import.meta.env.VITE_GOOGLE_MAP_API_KEY': JSON.stringify(process.env.VITE_GOOGLE_MAP_API_KEY)
}
//base: '/pkg/atmosphere/',
})