1
0

Compare commits

..

7 Commits

Author SHA1 Message Date
2b2d6f7ba6 fix fly motion 2025-11-21 06:58:57 +09:00
2998208db9 cleanup 2025-11-21 06:23:23 +09:00
fd8d153948 clean first 2025-11-21 06:18:38 +09:00
74e5d8d628 add atmosphere 2025-11-21 06:13:58 +09:00
3bf02dc8a9 add min2 2025-11-20 18:09:25 +09:00
db911cecdb fix 2024-10-02 04:00:53 +09:00
1380b3a120 update 2024-10-02 03:59:51 +09:00
2 changed files with 0 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

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