Skip to content

Commit d2ea17f

Browse files
committed
Actualizada base url
1 parent 906f9e7 commit d2ea17f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vite.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ import react from '@vitejs/plugin-react-swc';
55
export default defineConfig(({ mode }) => ({
66
plugins: [react()],
77
base:
8-
mode === 'production'
9-
? 'https://sergio-jr-dev.github.io/HTML-CSS-QUIZ/'
10-
: '/',
8+
mode === 'production' ? 'https://socratech.github.io/HTML-CSS-Quiz/' : '/',
119
css: {
1210
devSourcemap: true,
1311
},

0 commit comments

Comments
 (0)