Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
update deploy path
Browse files Browse the repository at this point in the history
  • Loading branch information
mapachurro committed May 30, 2024
1 parent 66e7faf commit 31a0f13
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,6 +2,6 @@ import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';

export default defineConfig({
base: '/', // Adjust this if your repository name is different
base: '/web3-glossary-website', // Adjust this if your repository name is different
plugins: [react()],
});

0 comments on commit 31a0f13

Please sign in to comment.