Change all relative paths
# Postmortem: Improper Relative Path Rewriting Caused Broken Asset Loading ## Summary A user script (Tampermonkey) was deployed to rewrite relative paths on a web page to point to a new domain (`www.mypage.com`). Absolute paths were meant to be preserved. The script incorrectly modified some absolute paths and mishandled relative path resolution, causing CSS/JS files … Read more