Update docs and defaults for tenerife.baby domain.
CI / test (push) Successful in 3s

This replaces old momswap.produktor.duckdns.org references with tenerife.baby and refreshes the TypeScript integration guide to reflect the current asset upload, sharing, and relative-link flow.

Made-with: Cursor
This commit is contained in:
2026-03-02 21:31:21 +00:00
parent e00280b653
commit efe5907adc
5 changed files with 81 additions and 53 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ const { createApp, ref, reactive, onMounted, watch } = Vue;
createApp({
setup() {
const apiBase = ref(localStorage.getItem("geo_api_base") || "https://momswap.produktor.duckdns.org");
const apiBase = ref(localStorage.getItem("geo_api_base") || "https://tenerife.baby");
const state = reactive({
publicKey: "",
privateKey: "",