Populated with a template

This commit is contained in:
2025-06-10 19:41:26 -07:00
parent 0f0025219c
commit e2c68b39b4
35 changed files with 8543 additions and 1 deletions

5
src/consts.ts Normal file
View File

@@ -0,0 +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 = 'Astro Blog';
export const SITE_DESCRIPTION = 'Welcome to my website!';