Skip to content

Commit 5080dba

Browse files
committed
404 issue soln1
1 parent 061b969 commit 5080dba

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
@@ -2,6 +2,6 @@ import { defineConfig } from 'vite'
22
import react from '@vitejs/plugin-react'
33
// https://vitejs.dev/config/
44
export default defineConfig({
5-
base: 'https://courses.krimsonsquad.tech',
5+
base: '/',
66
plugins: [react()]
77
})

0 commit comments

Comments
 (0)