From e2c7b86cf0b8e8d3920e1df45e58ea53c746d5af Mon Sep 17 00:00:00 2001 From: Joakim Repomaa Date: Thu, 19 Feb 2026 22:37:08 +0200 Subject: [PATCH] update gitea url --- src/lib/content/config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/content/config.ts b/src/lib/content/config.ts index 9f1e5f3..c386794 100644 --- a/src/lib/content/config.ts +++ b/src/lib/content/config.ts @@ -125,6 +125,8 @@ const config: CmsConfig = { name: 'gitea', app_id: 'a046b53c-787a-4b76-bd3a-633221a38954', repo: 'repomaa/cv', + base_url: 'https://git.freun.dev', + api_root: 'https://git.freun.dev/api/v1', }, collections: [profile, experience, education, skills], };