🐛 fix error of missing constant
This commit is contained in:
parent
fbe080f605
commit
08d2cc46d0
1 changed files with 2 additions and 1 deletions
|
@ -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';
|
Loading…
Reference in a new issue