Skip to content

Commit ecca183

Browse files
committed
fix: social card
1 parent 0373186 commit ecca183

5 files changed

Lines changed: 8 additions & 48 deletions

File tree

pnpm-lock.yaml

Lines changed: 0 additions & 29 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/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/package.json

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "wonderland-handbook",
2+
"name": "aztec-handbook",
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
@@ -12,17 +12,13 @@
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/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",
15+
"copy-static": "pnpm --filter @handbook/scripts copy-static sites/aztec/static/common",
16+
"build:assets": "pnpm --filter @handbook/common-config build && pnpm copy-static",
2017
"build": "pnpm build:assets && docusaurus build --out-dir build"
2118
},
2219
"dependencies": {
2320
"@handbook/common-config": "workspace:*",
2421
"@docusaurus/core": "3.7.0",
25-
"@docusaurus/plugin-content-blog": "3.7.0",
2622
"@docusaurus/plugin-vercel-analytics": "3.7.0",
2723
"@docusaurus/preset-classic": "3.7.0",
2824
"@docusaurus/theme-mermaid": "3.7.0",
@@ -46,14 +42,7 @@
4642
"@docusaurus/types": "3.7.0",
4743
"@types/react": "19.0.0",
4844
"@types/react-dom": "19.0.0",
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"
45+
"typescript": "5.6.2"
5746
},
5847
"browserslist": {
5948
"production": [
@@ -67,4 +56,4 @@
6756
"last 5 safari version"
6857
]
6958
}
70-
}
59+
}

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)