Skip to content

Commit c33fe03

Browse files
committed
<base href="/TomAndJerry/" />
1 parent 38e7023 commit c33fe03

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
- name: Publish Blazor WebAssembly project
2121
run: dotnet publish TomAndJerry.csproj -c Release -o release --nologo
2222

23-
- name: Update <base> href for GitHub Pages
24-
run: sed -i 's|<base href="/" />|<base href="/TomAndJerry/" />|' release/wwwroot/index.html
2523

2624
- name: Add 404.html (for GitHub Pages SPA fallback)
2725
run: cp release/wwwroot/index.html release/wwwroot/404.html

0 commit comments

Comments
 (0)