summaryrefslogtreecommitdiff
path: root/front-end
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2025-10-06 14:57:07 +0300
committerA Farzat <a@farzat.xyz>2025-10-06 15:00:48 +0300
commit616725f377dab768620fa59ee70027db0ce39844 (patch)
treeed38da5642ecf8cf8db8be2804199f6664ece0fa /front-end
parentcbed467589d74022c4a1b49167d237d85663ab96 (diff)
downloadcsca5028-616725f377dab768620fa59ee70027db0ce39844.tar.gz
csca5028-616725f377dab768620fa59ee70027db0ce39844.zip
Add a base config for github pages
Diffstat (limited to 'front-end')
-rw-r--r--front-end/vite.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/front-end/vite.config.js b/front-end/vite.config.js
index 8b0f57b..d3d46da 100644
--- a/front-end/vite.config.js
+++ b/front-end/vite.config.js
@@ -4,4 +4,5 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
+ base: '/youtube-subscriber/',
})