Skip to content

Commit

Permalink
change homepage in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ascodeasice committed Jul 2, 2024
1 parent 02c8c2c commit 5135352
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
publish_dir: ./build
cname: github.com
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
},
"homepage": "http://ascodeasice.github.io/personal-website"
}
"homepage": "http://ascodeasice.github.io"
}

0 comments on commit 5135352

Please sign in to comment.