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 906f9e7 commit d2ea17fCopy full SHA for d2ea17f
vite.config.js
@@ -5,9 +5,7 @@ import react from '@vitejs/plugin-react-swc';
5
export default defineConfig(({ mode }) => ({
6
plugins: [react()],
7
base:
8
- mode === 'production'
9
- ? 'https://sergio-jr-dev.github.io/HTML-CSS-QUIZ/'
10
- : '/',
+ mode === 'production' ? 'https://socratech.github.io/HTML-CSS-Quiz/' : '/',
11
css: {
12
devSourcemap: true,
13
},
0 commit comments