diff options
Diffstat (limited to 'src/consts.ts')
| -rw-r--r-- | src/consts.ts | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
