2
2
mirror of https://github.com/Thream/website.git synced 2024-07-21 09:28:32 +02:00

Merge branch 'master' into develop

This commit is contained in:
Divlo 2022-04-09 17:26:53 +02:00
commit 41e9162454
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9
3 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ export const Head: React.FC<HeadProps> = (props) => {
const {
title = 'Thream',
image = '/images/icons/96x96.png',
image = 'https://thream.divlo.fr/images/icons/128x128.png',
description = t('common:description'),
url = 'https://thream.divlo.fr/'
} = props
@ -42,7 +42,7 @@ export const Head: React.FC<HeadProps> = (props) => {
<meta name='twitter:card' content='summary' />
<meta name='twitter:description' content={description} />
<meta name='twitter:title' content={title} />
<meta name='twitter:image:src' content={image} />
<meta name='twitter:image' content={image} />
{/* PWA Data */}
<link rel='manifest' href='/manifest.json' />

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@thream/website",
"version": "1.0.2",
"version": "1.0.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@thream/website",
"version": "1.0.2",
"version": "1.0.3",
"hasInstallScript": true,
"dependencies": {
"@fontsource/montserrat": "4.5.7",

View File

@ -1,6 +1,6 @@
{
"name": "@thream/website",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"repository": {
"type": "git",