fix: update old references to next.useplunk.com

This commit is contained in:
Mikkel Svartveit
2026-03-11 15:11:13 +01:00
parent e3ea5fb6dc
commit 44987d2b5e
48 changed files with 86 additions and 86 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ echo "🔍 Generating URL manifest for $APP_NAME..."
# Define placeholder URLs that will be replaced at runtime
PLACEHOLDER_API="https://next-api.useplunk.com"
PLACEHOLDER_DASHBOARD="https://next-app.useplunk.com"
PLACEHOLDER_LANDING="https://next.useplunk.com"
PLACEHOLDER_LANDING="https://www.useplunk.com"
PLACEHOLDER_WIKI="https://docs.useplunk.com"
# Output manifest file
+1 -1
View File
@@ -13,7 +13,7 @@ replace_urls_in_app() {
# Define placeholder URLs (built into the app at compile time)
local PLACEHOLDER_API="https://next-api.useplunk.com"
local PLACEHOLDER_DASHBOARD="https://next-app.useplunk.com"
local PLACEHOLDER_LANDING="https://next.useplunk.com"
local PLACEHOLDER_LANDING="https://www.useplunk.com"
local PLACEHOLDER_WIKI="https://docs.useplunk.com"
# Use pre-generated manifest instead of scanning all files