aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Breadcrumb/Breadcrumb.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-291-155/+0
| | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch.
* refactor: use formatjs swc pluginArmand Philippot2022-03-231-0/+7
| | | | | I'm not able to configure SWC plugins in Next.js so to make it works, all translation must have an id.
* refactor: replace script tags with next/script (#10)Armand Philippot2022-02-211-7/+6
| | | | | | | | * refactor: replace script tags with next/script Since next.js v12.1.0 some warnings was displayed because I was using some script tags. * build(deps): bump next-themes to v0.1.1
* refactor(config): move config from config dir to utilsArmand Philippot2022-01-291-6/+6
|
* chore: replace lingui functions with react-intlArmand Philippot2022-01-291-8/+38
|
* chore: include projects inside breadcrumbArmand Philippot2022-01-201-1/+22
|
* chore: add structured data using schema.org and JSON-LDArmand Philippot2022-01-191-4/+51
| | | | I also added the featured image on single article.
* chore: add article header stylesArmand Philippot2022-01-071-7/+5
|
* chore: add a breadcrumb componentArmand Philippot2021-12-211-0/+53