feat: added site config

This commit is contained in:
Bart van der Braak 2023-08-14 11:53:00 +02:00
parent a297cc7461
commit ffc2294fea

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 = '';