1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-17 16:55:31 -04:00

bump next (next/future/image -> next/image)

This commit is contained in:
2022-10-22 09:30:03 -04:00
parent 24f5c86299
commit 5e02027241
5 changed files with 576 additions and 554 deletions

View File

@@ -21,7 +21,7 @@ export const defaultSeo: DefaultSeoProps = {
titleTemplate: `%s ${config.siteName}`, // appends ` siteName` to title provided by each page (except home)
description: config.longDescription,
openGraph: {
site_name: config.siteName,
siteName: config.siteName,
title: `${config.siteName} ${config.shortDescription}`,
locale: config.siteLocale?.replace("-", "_"),
type: "website",