mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-24 21:38:09 +02:00
fix: update server URL in README and settings for SurfSense plugin
This commit is contained in:
parent
20ce687b6d
commit
1f524660e1
6 changed files with 26 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue