1
0

fix actions

This commit is contained in:
2025-11-21 15:07:16 +09:00
parent 9248f35fe6
commit b4d05899cc
6 changed files with 5142 additions and 25 deletions

View File

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