From c064bb3a020d8155d30fbce252d8dde110bad2f1 Mon Sep 17 00:00:00 2001 From: ildyria Date: Thu, 22 Jan 2026 22:54:23 +0100 Subject: [PATCH] fix demo --- docs/api.md | 2 +- src/pages/index.astro | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/api.md b/docs/api.md index 0441d46e..6d9199bb 100644 --- a/docs/api.md +++ b/docs/api.md @@ -13,4 +13,4 @@ See: Note that for all request, **'Accept: application/json' is mandatory** and that without mention of the contrary **'Content-Type: application/json' is also mandatory**. As of version 4.8.1, the api documentation is moved directly inside your own Lychee instance. It is accessible at the url `https://yourLycheeInstance.org/docs/api`. -It is also possible to see it on our demo website: [https://lychee-demo.fly.dev/docs/api](https://lychee-demo.fly.dev/docs/api) \ No newline at end of file +It is also possible to see it on our demo website: [https://demo.lycheeorg.dev/docs/api](https://demo.lycheeorg.dev/docs/api) diff --git a/src/pages/index.astro b/src/pages/index.astro index 4805d90f..3842e889 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -27,9 +27,8 @@ const metadata = { { variant: 'secondary', text: 'Live Demo', - href: 'https://lychee-demo.fly.dev/', + href: 'https://demo.lycheeorg.dev', target: '_blank', - // icon: 'tabler:download', }, { variant: 'primary',