Skip to content

Commit 6ae1ea7

Browse files
committed
fix: update base path in Vite configuration to root for deployment
1 parent e96622e commit 6ae1ea7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import react from '@vitejs/plugin-react'
55
import { defineConfig } from 'vite'
66

77
export default defineConfig({
8-
base: '/mac-educando-website/',
8+
base: '/',
99
plugins: [react(), tailwindcss()],
1010
resolve: {
1111
alias: {

0 commit comments

Comments
 (0)