diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-07-24 00:42:28 -0700 |
|---|---|---|
| committer | Pinapelz <donaldshan1@outlook.com> | 2023-07-24 00:42:28 -0700 |
| commit | 151b21a02e8f43a091ec1a78c794b97f43a5cfc9 (patch) | |
| tree | d7543ed5d0c5c6900c78ffd503a94c4e9d86906c /src/consts.ts | |
| parent | 338bcf12e0b7bbd6e587ec992e62860642856e80 (diff) | |
Initial Commit
Diffstat (limited to 'src/consts.ts')
| -rw-r--r-- | src/consts.ts | 4 |
1 files changed, 2 insertions, 2 deletions
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!'; |
