From a2e65c9fd7ce61ee06a127d28df006bc2cbe9a09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Aaron?= Date: Wed, 20 Mar 2024 09:06:31 +0100 Subject: [PATCH] fix: gh pages deployment --- .github/workflows/pages.yml | 2 +- vite.config.ts | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index db13d55..230d54d 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -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: diff --git a/vite.config.ts b/vite.config.ts index 0d3d6df..74c2cd7 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -8,8 +8,7 @@ const pwaConfig: Partial = { 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",