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 061b969 commit 5080dbaCopy full SHA for 5080dba
vite.config.js
@@ -2,6 +2,6 @@ import { defineConfig } from 'vite'
2
import react from '@vitejs/plugin-react'
3
// https://vitejs.dev/config/
4
export default defineConfig({
5
- base: 'https://courses.krimsonsquad.tech',
+ base: '/',
6
plugins: [react()]
7
})
0 commit comments