We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ea17f commit dae9c3bCopy full SHA for dae9c3b
vite.config.js
@@ -5,7 +5,9 @@ import react from '@vitejs/plugin-react-swc';
5
export default defineConfig(({ mode }) => ({
6
plugins: [react()],
7
base:
8
- mode === 'production' ? 'https://socratech.github.io/HTML-CSS-Quiz/' : '/',
+ mode === 'production'
9
+ ? 'https://reposocratech.github.io/HTML-CSS-Quiz/'
10
+ : '/',
11
css: {
12
devSourcemap: true,
13
},
0 commit comments