Fix URLs in my personal site
- ID
2a382b3- date
2025-04-20 07:24:34+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
c80ac6e- message
Fix URLs in my personal site- changed files
1 file, 4 additions
Changed files
macos/furl (871) → macos/furl (1079)
diff --git a/macos/furl b/macos/furl
index 88070f7..f50c098 100755
--- a/macos/furl
+++ b/macos/furl
@@ -26,4 +26,8 @@ end tell
-- locally -- I never actually want this, just the relative path.
set frontmostUrl to replaceText(frontmostUrl, "http://localhost:5959", "")
+-- Remove the localhost:5757 prefix from my personal site running
+-- locally -- I never actually want this, just the relative path.
+set frontmostUrl to replaceText(frontmostUrl, "http://localhost:5757", "")
+
get frontmostUrl