aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/website.ts
blob: 61226354fe0c35695f851ca1e961dbf0d1c7f46c (plain)
1
2
3
4
5
6
import { t } from '@lingui/macro';

export const config = {
  name: 'Armand Philippot',
  baseline: t`Front-end developer`,
};