diff options
| -rw-r--r-- | .github/workflows/azure-static-web-apps-orange-glacier-064358d03.yml | 7 | ||||
| -rw-r--r-- | index.html | 6 | ||||
| -rw-r--r-- | 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'
@@ -2,8 +2,12 @@ <html lang="en"> <head> <meta charset="UTF-8" /> - <link rel="icon" type="image/svg+xml" href="/vite.svg" /> + <link rel="icon" href="/favicon.ico" /> + <link rel="icon" type="image/jpg" href="/logo-512.jpg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + + <link rel="manifest" href="/manifest.webmanifest" /> + <title>UrbanoVigo Web</title> </head> <body> 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" } } |
