From a328ac7d205a6b25513c1aace089e6c52a2062f6 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Tue, 19 Aug 2025 09:23:09 -0600 Subject: [PATCH 1/2] fix random errs --- docusaurus.config.ts | 4 ++-- static/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index cea4588..511e19c 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -98,7 +98,7 @@ const config: Config = { type: "all", title: "D2 Blog Feed", description: "Stay updated with the latest D2 news and tutorials", - copyright: `Copyright © ${new Date().getFullYear()} Terrastruct, Inc.`, + copyright: `Copyright © 2025 Terrastruct, Inc.`, language: "en", }, }, @@ -215,7 +215,7 @@ const config: Config = { darkTheme: themes.dracula, }, footer: { - copyright: `Copyright © ${new Date().getFullYear()} Terrastruct, Inc.`, + copyright: `Copyright © 2025 Terrastruct, Inc.`, }, algolia: { appId: "DWAXJIMTZU", diff --git a/static/manifest.json b/static/manifest.json index ea2963c..92b9143 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -9,7 +9,7 @@ "icons": [ { "src": "/img/logo.png", - "sizes": "192x192", + "sizes": "124x68", "type": "image/png" } ] From f03f6addbc43f4fa4b877a090355bbfc33a9c3fe Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Tue, 19 Aug 2025 09:24:31 -0600 Subject: [PATCH 2/2] remove console warning --- src/theme/CodeBlock/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/theme/CodeBlock/index.js b/src/theme/CodeBlock/index.js index 7245a37..11ea05e 100644 --- a/src/theme/CodeBlock/index.js +++ b/src/theme/CodeBlock/index.js @@ -250,7 +250,6 @@ async function newTextMateRegistry() { return parseRawGrammar(markdownGrammar); } - console.warn(`unknown scope name: ${scope}`); return undefined; }, });