finally fix slow typescript compilation!

see https://github.com/stitchesjs/stitches/issues/1038
This commit is contained in:
2022-06-13 06:47:29 -04:00
parent cef74d4e97
commit 1776173cab
22 changed files with 104 additions and 101 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ export const articleJsonLd: Pick<ArticleJsonLdProps, "authorName" | "publisherNa
};
// Re-export icons to use their static image data elsewhere
export const favicons: Record<string, StaticImageData> = {
export const favicons: { [key: string]: StaticImageData } = {
faviconIco,
faviconPng,
appleTouchIconPng,