Skip to content

Commit

Permalink
fix: gh pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Mar 20, 2024
1 parent cba39b0 commit a2e65c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["master", "feat/restore-wallet-from-start-url"]
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
3 changes: 1 addition & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ const pwaConfig: Partial<VitePWAOptions> = {
name: "BuzzPay",
short_name: "BuzzPay",
description: "Alby's super simple self-custodial PoS",
scope: "/pos/",
// start_url: "/pos/",
scope: "/",
background_color: "#FCE589",
theme_color: "#FCE589",
display: "standalone",
Expand Down

0 comments on commit a2e65c9

Please sign in to comment.