Skip to content

Commit

Permalink
trailing slash on homepage url
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeinbinary committed Oct 9, 2024
1 parent 63ec40d commit 42b2bd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ concurrency:
jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
env:
VITE_MAIN_API_URL: ${{ secrets.VITE_MAIN_API_URL }}
VITE_MANAGE_API_URL: ${{ secrets.VITE_MANAGE_API_URL }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "stegg",
"private": true,
"version": "1.1.0",
"homepage": "https://stegg.alifeinbinary.com/",
"homepage": "https://stegg.alifeinbinary.com/#/",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 42b2bd4

Please sign in to comment.