1 2 3 4 5 6 7 8 9 10 11 12
import { t } from '@lingui/macro'; export const config = { name: 'Armand Philippot', baseline: t`Front-end developer`, copyright: { startYear: '2012', endYear: new Date().getFullYear(), }, defaultLocale: 'fr', postsPerPage: 10, };