diff --git a/samy.ps1 b/samy.ps1 index cacfe0f..9db8426 100644 --- a/samy.ps1 +++ b/samy.ps1 @@ -1075,8 +1075,8 @@ function Get-UIHtml { # # 3) Pull CSS/JS from Gitea and inline them # - $cssContent = Get-RemoteText -Url "https://git.svstools.ca/SVS_Public_Repo/S.A.M.Y/raw/branch/main/samy.css?raw=1" - $jsContent = Get-RemoteText -Url "https://git.svstools.ca/SVS_Public_Repo/S.A.M.Y/raw/branch/main/samy.js?raw=1" + $cssContent = Get-RemoteText -Url "https://git.svstools.ca/SVS_Public_Repo/SAMY/raw/branch/main/samy.css?raw=1" + $jsContent = Get-RemoteText -Url "https://git.svstools.ca/SVS_Public_Repo/SAMY/raw/branch/main/samy.js?raw=1" # # 4) HTML template - **no external link/script src** anymore, all inlined @@ -1088,7 +1088,7 @@ function Get-UIHtml {