1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

feat(posts): add mistakes-as-junior-developer

This commit is contained in:
Divlo
2022-03-14 09:09:46 +01:00
parent 94212f9b5c
commit 919ebd5f3e
15 changed files with 1820 additions and 9004 deletions

View File

@ -10,7 +10,7 @@ interface HeadProps {
export const Head: React.FC<HeadProps> = (props) => {
const {
title = 'Divlo',
image = '/images/icons/icon-96x96.png',
image = 'https://divlo.fr/images/icons/icon-96x96.png',
description,
url = 'https://divlo.fr/'
} = props