Skip to content

Commit

Permalink
chore: add base path
Browse files Browse the repository at this point in the history
  • Loading branch information
icfor committed Feb 27, 2024
1 parent 38ae14f commit 6e7a85b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ jobs:
run: |
npm i
npm run build
mv out public
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
publish_dir: ./out
1 change: 1 addition & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const nextConfig = {
basePath: "/xion-staking",
eslint: {
ignoreDuringBuilds: process.env.QUICK_BUILD === "true",
},
Expand Down
Empty file added public/.nojekyll
Empty file.

0 comments on commit 6e7a85b

Please sign in to comment.