From 9fa40f805adffd203a62580fcb9449caf6785e91 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/content/config.ts b/src/lib/content/config.ts index 9f1e5f3..a5cb102 100644 --- a/src/lib/content/config.ts +++ b/src/lib/content/config.ts @@ -125,6 +125,7 @@ const config: CmsConfig = { name: 'gitea', app_id: 'a046b53c-787a-4b76-bd3a-633221a38954', repo: 'repomaa/cv', + base_url: 'https://git.freun.dev', }, collections: [profile, experience, education, skills], };