[minor] get rid of 'the'

pull/368/head
CyberFlame 2023-03-06 23:03:09 +13:00 zatwierdzone przez GitHub
rodzic 8ee894e5ed
commit 41a9d11634
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -146,7 +146,7 @@ export const head: DocumentHead = ({ resolveValue, head }) => {
return getDocumentHead(
{
title: `About - ${instance.title}`,
description: `About page for the ${instance.title}`,
description: `About page for ${instance.title}`,
og: {
type: 'website',
image: instance.thumbnail,