We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96622e commit 6ae1ea7Copy full SHA for 6ae1ea7
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: '/mac-educando-website/',
+ base: '/',
9
plugins: [react(), tailwindcss()],
10
resolve: {
11
alias: {
0 commit comments