Skip to content

Commit 64762f3

Browse files
committed
fix: update base path in Vite configuration to match deployment URL
1 parent 5a35f99 commit 64762f3

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: '/',
8+
base: '/mac-educando-website/',
99
plugins: [react(), tailwindcss()],
1010
resolve: {
1111
alias: {

0 commit comments

Comments
 (0)