Skip to content

Commit dae9c3b

Browse files
committed
Actualizada base url
1 parent d2ea17f commit dae9c3b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vite.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ import react from '@vitejs/plugin-react-swc';
55
export default defineConfig(({ mode }) => ({
66
plugins: [react()],
77
base:
8-
mode === 'production' ? 'https://socratech.github.io/HTML-CSS-Quiz/' : '/',
8+
mode === 'production'
9+
? 'https://reposocratech.github.io/HTML-CSS-Quiz/'
10+
: '/',
911
css: {
1012
devSourcemap: true,
1113
},

0 commit comments

Comments
 (0)