Skip to content

Commit

Permalink
chore: Update start_url and scope in manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mashharuki committed Jun 8, 2024
1 parent 7b54f28 commit 8090b5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ jobs:
build-to-deploy:
runs-on: ubuntu-latest
needs: setup
environment:
name: github-pages-url
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions pkgs/frontend/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"theme_color": "#32b8f5",
"background_color": "#35a5f5",
"display": "standalone",
"scope": "/IntmaxRepo",
"start_url": "/IntmaxRepo",
"scope": "/",
"start_url": "/",
"name": "IntMaxSample",
"short_name": "IntMaxSample",
"description": "IntMaxSample Application",
Expand Down

0 comments on commit 8090b5e

Please sign in to comment.