1
0

Compare commits

..

5 Commits

Author SHA1 Message Date
53655fce76 fix fly motion 2025-11-21 07:04:10 +09:00
06946dd203 clean first 2025-11-21 07:04:09 +09:00
cb720251e7 add atmosphere 2025-11-21 07:04:08 +09:00
8dddebec16 add min2 2025-11-21 07:04:08 +09:00
8faa934a58 update 2025-11-21 07:04:07 +09:00
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -7,3 +7,4 @@ dist/*.js
*/node_modules
*/public/models
*/dist/models
dist

View File

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