Skip to content

Commit 20059bf

Browse files
committed
fix: corregir rutas de relay-ejemplo-cola-turnos a cola-turnos
1 parent 9cac452 commit 20059bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ import react from '@vitejs/plugin-react'
44
// https://vite.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7-
base: '/relay-ejemplo-cola-turnos/',
7+
base: '/cola-turnos/',
88
})

0 commit comments

Comments
 (0)