From 5bc55ac0a801cbe82c41a10f7e680612be4deaf8 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 13 Dec 2021 16:42:50 +0100 Subject: chore: create homepage with graphql data --- src/config/seo.ts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/config/seo.ts (limited to 'src/config') diff --git a/src/config/seo.ts b/src/config/seo.ts new file mode 100644 index 0000000..afccfe5 --- /dev/null +++ b/src/config/seo.ts @@ -0,0 +1,8 @@ +import { t } from '@lingui/macro'; + +export const seo = { + homepage: { + title: t`Armand Philippot | Front-end developer`, + description: t`Armand Philippot is a front-end developer located in France. He codes, he writes and he plays. Discover is website.`, + }, +}; -- cgit v1.2.3