From 151b21a02e8f43a091ec1a78c794b97f43a5cfc9 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 24 Jul 2023 00:42:28 -0700 Subject: Initial Commit --- src/consts.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/consts.ts') diff --git a/src/consts.ts b/src/consts.ts index 1d5dbf6..0eb6d95 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -1,5 +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 = 'My personal website.'; -export const SITE_DESCRIPTION = 'Welcome to my website!'; +export const SITE_TITLE = "pinapelz's site"; +export const SITE_DESCRIPTION = 'Welcome to Pinapelz\'s Site!'; -- cgit v1.2.3