fix pitch analysis

This commit is contained in:
2025-12-21 12:58:40 +01:00
parent 295d0cf0de
commit f00a3669b4
5 changed files with 97 additions and 2 deletions

View File

@@ -4,4 +4,6 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
// IMPORTANT: Replace 'sheet-music-trainer' with your GitHub repository name
base: '/sheetmusictrainer/',
})