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], };