We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee453f commit 5ff7396Copy full SHA for 5ff7396
.github/workflows/deploy-pages.yml
@@ -18,7 +18,7 @@ concurrency:
18
cancel-in-progress: false
19
20
env:
21
- DOTNET_VERSION: '7.0.x'
+ DOTNET_VERSION: '8.0.x'
22
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
23
DOTNET_NOLOGO: true
24
@@ -51,7 +51,6 @@ jobs:
51
52
- name: 🔧 Configure base path for GitHub Pages
53
run: |
54
- # Fix base href for GitHub Pages subdirectory
55
sed -i 's|<base href="/" />|<base href="/Blazor/" />|g' release/wwwroot/index.html
56
echo "✅ Base href updated to /Blazor/"
57
grep "<base" release/wwwroot/index.html
0 commit comments