Files
homepage/src/consts.ts
T
2026-03-04 17:46:10 +01:00

6 lines
231 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 = "Projects";
export const SITE_DESCRIPTION = "Homepage for Varius of Projects";