Explorar o código

Merge pull request #166 from Timmoth/Timmoth-patch-2

Fix base href in index.html for deployment
Tim Jones hai 1 mes
pai
achega
f0d79399e0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/publish-webui.yml

+ 1 - 1
.github/workflows/publish-webui.yml

@@ -34,7 +34,7 @@ jobs:
       # patch base href FIRST
       - name: Fix base href for Pages
         run: |
-          sed -i 's|<base href="/" />|<base href="/RackPeek/" />|g' publish/wwwroot/index.html
+          sed -i 's|<base href="/"|<base href="/RackPeek/"|g' publish/wwwroot/index.html
 
       # THEN copy to 404.html
       - name: SPA fallback