From febb55cf5a7721b4fb4543977de98b3573927e2f Mon Sep 17 00:00:00 2001 From: Jens Mohrmann Date: Sun, 28 Dec 2025 13:52:34 +0100 Subject: [PATCH] Configure custom domain sight-reading.de --- public/CNAME | 1 + vite.config.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 public/CNAME 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: '/', })