feat: added site config

This commit is contained in:
Bart van der Braak 2023-08-14 11:53:00 +02:00
parent 149b3e174d
commit 975c18419c

4
src/lib/site-config.ts Normal file
View file

@ -0,0 +1,4 @@
export const SITE_URL = 'https://hellob.art';
export const SITE_TITLE = 'hellob.art';
export const SITE_DESCRIPTION = '';
export const DEFAULT_OG_IMAGE = '';