aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/website.ts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2021-12-13 01:09:07 +0100
committerArmand Philippot <git@armandphilippot.com>2021-12-13 01:10:30 +0100
commit04c19d46f76d7359d14622b8d44fbfef6bc07732 (patch)
tree624a6fe96b4d514d41ad1f757e7e6d6ae0a67327 /src/config/website.ts
parent827e77fe3794719b9bb95d70a7e192fc5b21705c (diff)
chore: add Branding component
Diffstat (limited to 'src/config/website.ts')
-rw-r--r--src/config/website.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config/website.ts b/src/config/website.ts
new file mode 100644
index 0000000..6122635
--- /dev/null
+++ b/src/config/website.ts
@@ -0,0 +1,6 @@
+import { t } from '@lingui/macro';
+
+export const config = {
+ name: 'Armand Philippot',
+ baseline: t`Front-end developer`,
+};