Skip to content

Commit

Permalink
Merge pull request #15 from samuelngs/next
Browse files Browse the repository at this point in the history
Github Pages Deployment
  • Loading branch information
samuelngs authored Oct 6, 2024
2 parents 2ecc7e0 + abb5200 commit d5b2b07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-page.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy static content to Pages
name: Deploy Github Pages

on:
release:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: 'dist'
path: ./dist

- name: Deploy to GitHub Pages
id: deployment
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ import react from '@vitejs/plugin-react';
import { defineConfig } from 'vite';

export default defineConfig({
base: '',
plugins: [react()],
});

0 comments on commit d5b2b07

Please sign in to comment.