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

Commit

Permalink
Merge pull request #5 from mapachurro/deploy-3
Browse files Browse the repository at this point in the history
Tweak deploy path
  • Loading branch information
mapachurro authored May 30, 2024
2 parents 66e7faf + b4ad218 commit e1064a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '21' # Ensure this matches your project requirements
node-version: '21'

- name: Cache dependencies
uses: actions/cache@v4
Expand Down
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 e1064a9

Please sign in to comment.