From 7c9a86929e559e3c829358ee8af1bfc50c350b05 Mon Sep 17 00:00:00 2001 From: Luis Zambrano Date: Tue, 13 Jan 2026 19:48:40 -0500 Subject: [PATCH] Update URL for embedded rendered templates. This fixes #56 and fixes #58 --- electron/constants/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/electron/constants/index.ts b/electron/constants/index.ts index 7f64b10..c18376e 100644 --- a/electron/constants/index.ts +++ b/electron/constants/index.ts @@ -1,5 +1,5 @@ -export const STUDIO_ENDPOINT = "https://studio.outerbase.com/embed"; +export const STUDIO_ENDPOINT = "https://libsqlstudio.com/embed"; -export const OUTERBASE_WEBSITE = "https://outerbase.com"; +export const OUTERBASE_WEBSITE = "https://libsqlstudio.com"; export const OUTERBASE_GITHUB = "https://github.com/outerbase/studio-desktop/issues";