Skip to content

Commit 1175d05

Browse files
authored
Merge pull request #294 from terrastruct/fix-prod-errs
fix random errs
2 parents d153dce + f03f6ad commit 1175d05

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const config: Config = {
9898
type: "all",
9999
title: "D2 Blog Feed",
100100
description: "Stay updated with the latest D2 news and tutorials",
101-
copyright: `Copyright © ${new Date().getFullYear()} Terrastruct, Inc.`,
101+
copyright: `Copyright © 2025 Terrastruct, Inc.`,
102102
language: "en",
103103
},
104104
},
@@ -215,7 +215,7 @@ const config: Config = {
215215
darkTheme: themes.dracula,
216216
},
217217
footer: {
218-
copyright: `Copyright © ${new Date().getFullYear()} <a href="https://terrastruct.com">Terrastruct, Inc.</a>`,
218+
copyright: `Copyright © 2025 <a href="https://terrastruct.com">Terrastruct, Inc.</a>`,
219219
},
220220
algolia: {
221221
appId: "DWAXJIMTZU",

src/theme/CodeBlock/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ async function newTextMateRegistry() {
250250
return parseRawGrammar(markdownGrammar);
251251
}
252252

253-
console.warn(`unknown scope name: ${scope}`);
254253
return undefined;
255254
},
256255
});

static/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"icons": [
1010
{
1111
"src": "/img/logo.png",
12-
"sizes": "192x192",
12+
"sizes": "124x68",
1313
"type": "image/png"
1414
}
1515
]

0 commit comments

Comments
 (0)