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/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; }, }); 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" } ]