blob: afccfe541fa4ffec643990fa1a77d69e54554097 (
plain)
1
2
3
4
5
6
7
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.`,
},
};
|