bloginamatrix.xyz/src/consts.ts
array-in-a-matrix 502a21847c better desc
2024-01-16 02:41:03 -05:00

6 lines
227 B
TypeScript

// 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 = 'Blog in a Matrix';
export const SITE_DESCRIPTION = 'Array\'s blog site.';