| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(components,pages): extract MDX components mapping from pages | Armand Philippot | 2023-11-22 | 1 | -1/+1 |
| | | | | | | | | Instead of repeating the overriding on each pages, we should define it in one place and reuse it in pages. By default it is not possible to override native HTML tags with MDX so I added a plugin in next config to allow it. | ||||
| * | refactor(components): replace ResponsiveImage with Figure component | Armand Philippot | 2023-11-11 | 1 | -0/+72 |
| The styles applied to ResponsiveImage are related to the figure and figcaption elements. Those elements could be use with other contents than images. So I extracted them in a Figure component. The ResponsiveImage component is no longer useful: the consumer should use the Image component from `next` and wrap it in a link if needed. | |||||
