From c03bc23ef5e9cbf0337ea555884aeca19cbd6238 Mon Sep 17 00:00:00 2001 From: ernstmul Date: Fri, 9 May 2025 16:21:02 +0200 Subject: [PATCH] Update preview demo link --- .../project-[project]/studio/artifact-[artifact]/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(console)/project-[project]/studio/artifact-[artifact]/+page.svelte b/src/routes/(console)/project-[project]/studio/artifact-[artifact]/+page.svelte index abf8b0068..f262ecc1a 100644 --- a/src/routes/(console)/project-[project]/studio/artifact-[artifact]/+page.svelte +++ b/src/routes/(console)/project-[project]/studio/artifact-[artifact]/+page.svelte @@ -8,7 +8,7 @@ import { Layout, Icon } from '@appwrite.io/pink-svelte'; import { previewFrameRef } from '$routes/(console)/project-[project]/store'; - const previewUrl = 'https://getbootstrap.com/docs/5.3/examples/blog'; + const previewUrl = 'https://www.aloyoga.com/'; let iframeRef: HTMLIFrameElement | null = null; $: previewFrameRef.set(iframeRef);