summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2021-12-13 16:42:50 +0100
committerArmand Philippot <git@armandphilippot.com>2021-12-13 16:52:33 +0100
commit5bc55ac0a801cbe82c41a10f7e680612be4deaf8 (patch)
tree9dbfada52bdc4750cca60e9bc8b8fd63cf9a4737 /src/config
parent8c836de71b47744ec3e99cb8b3c853528fa66b52 (diff)
chore: create homepage with graphql data
Diffstat (limited to 'src/config')
-rw-r--r--src/config/seo.ts8
1 files changed, 8 insertions, 0 deletions
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.`,
+ },
+};