diff options
Diffstat (limited to 'website/src/consts.ts')
| -rw-r--r-- | website/src/consts.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/website/src/consts.ts b/website/src/consts.ts new file mode 100644 index 0000000..461043d --- /dev/null +++ b/website/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 |
