From 85405964b8e159eb0ed041b45a7cdfe7254edf0a Mon Sep 17 00:00:00 2001 From: Arthur Fiorette Date: Tue, 24 Sep 2024 23:47:54 -0300 Subject: [PATCH] fix: base url --- .github/workflows/pages.yml | 2 +- src/components/page.tsx | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 456efea..e39c4f1 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -44,7 +44,7 @@ jobs: env: NODE_ENV: production BASE_PATH: ${{ github.event.repository.name }} - BASE_URL: arthur.run + BASE_URL: https://arthur.run - name: Upload artifact uses: actions/upload-pages-artifact@v2 diff --git a/src/components/page.tsx b/src/components/page.tsx index 08d2238..94da08b 100644 --- a/src/components/page.tsx +++ b/src/components/page.tsx @@ -67,8 +67,12 @@ export default function Page() { {!pwa.canInstall && !pwa.isInstalled && pwa.userChoice !== UserChoice.DISMISSED && (
-
)} @@ -76,7 +80,7 @@ export default function Page() {
Made with ❤️ by{' '} - + Arthur Fiorette