diff --git a/public/CNAME b/public/CNAME new file mode 100644 index 0000000..5200497 --- /dev/null +++ b/public/CNAME @@ -0,0 +1 @@ +sight-reading.de diff --git a/vite.config.ts b/vite.config.ts index 820002f..a72324c 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -5,5 +5,5 @@ import react from '@vitejs/plugin-react' export default defineConfig({ plugins: [react()], // IMPORTANT: Replace 'sheet-music-trainer' with your GitHub repository name - base: '/sheetmusictrainer/', + base: '/', })