Feature/15 move app to azure storage cdn #17

Merged
noahspannbauer merged 8 commits from feature/15-move-app-to-azure-storage-cdn into main 2025-04-19 10:48:22 -04:00
2 changed files with 5 additions and 1 deletions

View File

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

View File

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