From 261d89ebed13691e72312f44339063fee93130ac Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sat, 30 Mar 2024 16:32:17 +0000 Subject: Astro initial commit --- src/consts.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/consts.ts (limited to 'src/consts.ts') diff --git a/src/consts.ts b/src/consts.ts new file mode 100644 index 0000000..461043d --- /dev/null +++ b/src/consts.ts @@ -0,0 +1,2 @@ +export const SITE_TITLE = 'Joe Carstairs'; +export const SITE_DESCRIPTION = 'Joe’s personal website.'; \ No newline at end of file -- cgit v1.2.3