Feature/15 move app to azure storage cdn (#17)

* Moving app to azure storage

* Moving app to azure storage

* Moving app to azure storage

* Moving app to azure storage

* Moving app to azure storage

* Moving app to azure storage
This commit was merged in pull request #17.
This commit is contained in:
2025-04-19 09:48:22 -05:00
committed by GitHub
parent a7ffdd0900
commit d6a796fe5a
2 changed files with 5 additions and 1 deletions

View File

@@ -15,6 +15,10 @@ env:
VITE_TENANT_ID: ${{ vars.VITE_TENANT_ID }} VITE_TENANT_ID: ${{ vars.VITE_TENANT_ID }}
VITE_REDIRECT_URL: ${{ vars.VITE_REDIRECT_URL }} VITE_REDIRECT_URL: ${{ vars.VITE_REDIRECT_URL }}
permissions:
id-token: write
contents: read
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@@ -233,7 +233,7 @@ const Projects = () => {
<Spinner /> <Spinner />
</Grid> </Grid>
<Grid display="flex" justifyContent="center" size={12}> <Grid display="flex" justifyContent="center" size={12}>
Loading... Loading projects...
</Grid> </Grid>
</> </>
)} )}