mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 14:46:37 -04:00
fix tweet embed hydration error
https://jarvis-0a.sentry.io/issues/6491259084/
This commit is contained in:
@ -4,6 +4,7 @@ import type { MetadataRoute } from "next";
|
||||
const manifest = (): MetadataRoute.Manifest => {
|
||||
return {
|
||||
name: config.siteName,
|
||||
// eslint-disable-next-line camelcase
|
||||
short_name: config.siteName,
|
||||
description: config.longDescription,
|
||||
lang: config.siteLocale,
|
||||
@ -15,6 +16,7 @@ const manifest = (): MetadataRoute.Manifest => {
|
||||
},
|
||||
],
|
||||
display: "browser",
|
||||
// eslint-disable-next-line camelcase
|
||||
start_url: "/",
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user