We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a35f99 commit 64762f3Copy full SHA for 64762f3
1 file changed
vite.config.ts
@@ -5,7 +5,7 @@ import react from '@vitejs/plugin-react'
5
import { defineConfig } from 'vite'
6
7
export default defineConfig({
8
- base: '/',
+ base: '/mac-educando-website/',
9
plugins: [react(), tailwindcss()],
10
resolve: {
11
alias: {
0 commit comments