Skip to content

Commit 2bbe9c0

Browse files
committed
fix: social banner
1 parent 0373186 commit 2bbe9c0

5 files changed

Lines changed: 42 additions & 7 deletions

File tree

pnpm-lock.yaml

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sites/aztec/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const aztecHandbooks: Handbook[] = [
6565
},
6666
{
6767
title: "Ethereum Foundation Handbook",
68-
image: "/common/img/ef-logo.svg",
68+
image: "/common/img/ef-logo.png",
6969
href: "https://ef.handbook.wonderland.xyz",
7070
background: {
7171
bgType: "other",

sites/ef/package.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,17 @@
1212
"write-translations": "docusaurus write-translations",
1313
"write-heading-ids": "docusaurus write-heading-ids",
1414
"typecheck": "tsc",
15-
"copy-static": "pnpm --filter @handbook/scripts copy-static sites/ef/static/common",
16-
"build:assets": "pnpm --filter @handbook/common-config build && pnpm copy-static",
15+
"copy-static": "pnpm --filter @handbook/scripts copy-static sites/wonderland/static/common",
16+
"generate-authors": "ts-node --esm scripts/generate-authors.ts",
17+
"test": "jest",
18+
"prebuild": "pnpm generate-authors",
19+
"build:assets": "pnpm --filter @handbook/common-config build && pnpm copy-static && pnpm generate-authors",
1720
"build": "pnpm build:assets && docusaurus build --out-dir build"
1821
},
1922
"dependencies": {
2023
"@handbook/common-config": "workspace:*",
2124
"@docusaurus/core": "3.7.0",
25+
"@docusaurus/plugin-content-blog": "3.7.0",
2226
"@docusaurus/plugin-vercel-analytics": "3.7.0",
2327
"@docusaurus/preset-classic": "3.7.0",
2428
"@docusaurus/theme-mermaid": "3.7.0",
@@ -42,7 +46,14 @@
4246
"@docusaurus/types": "3.7.0",
4347
"@types/react": "19.0.0",
4448
"@types/react-dom": "19.0.0",
45-
"typescript": "5.6.2"
49+
"@types/node": "24.0.3",
50+
"@types/jest": "29.5.12",
51+
"js-yaml": "4.1.0",
52+
"@types/js-yaml": "4.0.9",
53+
"ts-node": "10.9.2",
54+
"typescript": "5.6.2",
55+
"jest": "29.7.0",
56+
"ts-jest": "29.1.2"
4657
},
4758
"browserslist": {
4859
"production": [
@@ -56,4 +67,4 @@
5667
"last 5 safari version"
5768
]
5869
}
59-
}
70+
}

sites/optimism/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const optimismHandbooks: Handbook[] = [
6565
},
6666
{
6767
title: "Ethereum Foundation Handbook",
68-
image: "/common/img/ef-logo.svg",
68+
image: "/common/img/ef-logo.png",
6969
href: "https://ef.handbook.wonderland.xyz",
7070
background: {
7171
bgType: "other",

sites/wonderland/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const wonderlandHandbooks: Handbook[] = [
7070
},
7171
{
7272
title: "Ethereum Foundation Handbook",
73-
image: "/common/img/ef-logo.svg",
73+
image: "/common/img/ef-logo.png",
7474
href: "https://ef.handbook.wonderland.xyz",
7575
background: {
7676
bgType: "other",

0 commit comments

Comments
 (0)