diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx index 13bd25a..2e28c27 100644 --- a/src/components/Navbar.jsx +++ b/src/components/Navbar.jsx @@ -5,7 +5,7 @@ const Navbar = () => { return ( diff --git a/vite.config.js b/vite.config.js index 7a01b08..8b3c2c9 100644 --- a/vite.config.js +++ b/vite.config.js @@ -2,6 +2,6 @@ import { defineConfig } from 'vite'; import react from '@vitejs/plugin-react'; export default defineConfig({ - base: '/web3-glossary-website/', // Adjust this if your repository name is different + base: '/', // Adjust this if your repository name is different plugins: [react()], });