Configure custom domain sight-reading.de

This commit is contained in:
2025-12-28 13:52:34 +01:00
parent 5ce02498c1
commit febb55cf5a
2 changed files with 2 additions and 1 deletions

1
public/CNAME Normal file
View File

@@ -0,0 +1 @@
sight-reading.de

View File

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