1
0
This commit is contained in:
2025-11-20 19:50:48 +09:00
parent ad2f54d5e7
commit 6476fd8084
2 changed files with 9 additions and 3 deletions

View File

@@ -1,6 +1,11 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
// ★ アプリケーションのベースパスを設定
// これにより、アセットは /pkg/atmosphere/ai.vrm のように参照されます
base: '/pkg/atmosphere/',
})