// vite.config.ts
import { defineConfig } from 'vite'
export default defineConfig({
base: '/audio-app/', // <- wichtig!
})