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:
@ -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
|
||||
|
Reference in New Issue
Block a user