fix: broken links to next-wiki.useplunk.com

This commit is contained in:
Mikkel Svartveit
2026-03-11 14:20:59 +01:00
parent 57bfbf874b
commit e3ea5fb6dc
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ echo "🔍 Generating URL manifest for $APP_NAME..."
PLACEHOLDER_API="https://next-api.useplunk.com"
PLACEHOLDER_DASHBOARD="https://next-app.useplunk.com"
PLACEHOLDER_LANDING="https://next.useplunk.com"
PLACEHOLDER_WIKI="https://next-wiki.useplunk.com"
PLACEHOLDER_WIKI="https://docs.useplunk.com"
# Output manifest file
MANIFEST_FILE="$APP_DIR/.next/url-manifest.txt"
+1 -1
View File
@@ -14,7 +14,7 @@ replace_urls_in_app() {
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_WIKI="https://next-wiki.useplunk.com"
local PLACEHOLDER_WIKI="https://docs.useplunk.com"
# Use pre-generated manifest instead of scanning all files
local manifest_file="$app_dir/.next/url-manifest.txt"