1
0

fix fly motion

This commit is contained in:
2025-11-21 06:58:57 +09:00
parent 06946dd203
commit 53655fce76
6 changed files with 251 additions and 55 deletions

View File

@@ -4,4 +4,5 @@ import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
base: '/',
//base: '/pkg/atmosphere/',
})