From 2b5683ffa5d40cc6384e1e5308a9d2e50f667cbe Mon Sep 17 00:00:00 2001 From: Mohana krishnan <115543969+mohan-246@users.noreply.github.com> Date: Mon, 20 May 2024 23:08:35 +0530 Subject: [PATCH 1/2] Update deploy.yml --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a90bbea..c2979d2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,6 @@ jobs: deploy: environment: name: github-pages - url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest steps: - name: Checkout @@ -48,4 +47,4 @@ jobs: path: './dist' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4 From d3bb639eb59eacb21eea1b8135ceeedf5faaea87 Mon Sep 17 00:00:00 2001 From: Mohana krishnan <115543969+mohan-246@users.noreply.github.com> Date: Mon, 20 May 2024 23:17:46 +0530 Subject: [PATCH 2/2] Update vite.config.js --- vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 0964635..227b1c4 100644 --- a/vite.config.js +++ b/vite.config.js @@ -4,5 +4,5 @@ import react from '@vitejs/plugin-react' // https://vitejs.dev/config/ export default defineConfig({ plugins: [react()], - base: '/srm-gpa-calculator/' + base: '/srmgpacalculator/' })