From bfc9b6253d1553ab8468e3250e04cdf2298238da Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 19 Dec 2024 21:26:20 +0530 Subject: [PATCH] test deployment --- .github/workflows/deploy.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 798fbd5..0c06d07 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,7 +38,7 @@ jobs: run: npm ci - name: Build Angular app - run: npm run build + run: npm run build -- --base-href "/ionic-web-app/" - name: Upload build artifacts uses: actions/upload-pages-artifact@v3 diff --git a/package.json b/package.json index 299296d..54362d2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ionic-web-app", "version": "0.0.1", "author": "Sanjeet Kumar", - "homepage": "https://sanjeetkumaritoutlook.github.io/ionic-web-app", + "homepage": "https://sanjeetkumaritoutlook.github.io", "scripts": { "ng": "ng", "start": "ng serve",