diff --git a/src/consts.ts b/src/consts.ts index 2c90c7f..59bf8bf 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -1,4 +1,5 @@ // Place any global data in this file. // You can import this data from anywhere in your site by using the `import` keyword. -export const SITE_TITLE = 'kjelsrud.dev'; \ No newline at end of file +export const SITE_TITLE = 'kjelsrud.dev'; +export const SITE_DESCRIPTION = 'kjelsrud.dev'; \ No newline at end of file