kjelsrud.dev/src/consts.ts

5 lines
209 B
TypeScript
Raw Normal View History

2023-07-19 21:31:30 +02:00
// 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 = 'sidski';
2023-08-22 16:02:12 +02:00
export const SITE_DESCRIPTION = 'kjelsrud.dev';