From f3207bb5f941189c5ac961b56986fe4c9d35b5e6 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Sun, 25 Aug 2024 23:35:09 +0200 Subject: Fix build and add logo --- .../workflows/azure-static-web-apps-orange-glacier-064358d03.yml | 7 ------- index.html | 6 +++++- package.json | 3 +++ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/azure-static-web-apps-orange-glacier-064358d03.yml b/.github/workflows/azure-static-web-apps-orange-glacier-064358d03.yml index d7bd0bf..c26a11c 100644 --- a/.github/workflows/azure-static-web-apps-orange-glacier-064358d03.yml +++ b/.github/workflows/azure-static-web-apps-orange-glacier-064358d03.yml @@ -4,10 +4,6 @@ on: push: branches: - main - pull_request: - types: [opened, synchronize, reopened, closed] - branches: - - main jobs: build_and_deploy_job: @@ -26,12 +22,9 @@ jobs: azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ORANGE_GLACIER_064358D03 }} repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) action: "upload" - ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### - # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig app_location: "/" # App source code path api_location: "./Backend" # Api source code path - optional output_location: "build" # Built app content directory - optional - ###### End of Repository/Build Configurations ###### close_pull_request_job: if: github.event_name == 'pull_request' && github.event.action == 'closed' diff --git a/index.html b/index.html index 6324c0c..17303c4 100644 --- a/index.html +++ b/index.html @@ -2,8 +2,12 @@ - + + + + + UrbanoVigo Web diff --git a/package.json b/package.json index c5d25de..73f1bc5 100644 --- a/package.json +++ b/package.json @@ -28,5 +28,8 @@ "typescript": "^5.5.3", "typescript-eslint": "^8.0.1", "vite": "^5.4.1" + }, + "overrides": { + "@rollup/rollup-linux-x64-gnu": "@rollup/wasm-node" } } -- cgit v1.3