🐛 fix error of missing constant

This commit is contained in:
SindreKjelsrud 2023-08-22 16:02:12 +02:00
parent fbe080f605
commit 08d2cc46d0

View file

@ -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';
export const SITE_TITLE = 'kjelsrud.dev';
export const SITE_DESCRIPTION = 'kjelsrud.dev';