fix: update server URL in README and settings for SurfSense plugin

This commit is contained in:
Anish Sarkar 2026-04-21 10:53:55 +05:30
parent 20ce687b6d
commit 1f524660e1
6 changed files with 26 additions and 6 deletions

View file

@ -14,7 +14,7 @@ const PLUGIN_RELEASES_URL =
"https://github.com/MODSetter/SurfSense/releases?q=obsidian&expanded=true";
const BACKEND_URL =
process.env.NEXT_PUBLIC_FASTAPI_BACKEND_URL ?? "https://api.surfsense.com";
process.env.NEXT_PUBLIC_FASTAPI_BACKEND_URL ?? "https://surfsense.com";
/**
* Obsidian connect form for the plugin-only architecture.