Skip to content

Commit

Permalink
Update vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhartha008 authored Oct 29, 2024
1 parent ef27ff8 commit 890ee0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';

export default defineConfig({
'base': "/megha-bhattarai/",
base: "/megha-bhattarai/",
plugins: [react()],
build: {
rollupOptions: {
Expand Down

0 comments on commit 890ee0d

Please sign in to comment.