Skip to content

Commit 95fcb17

Browse files
committed
chore: activate tutorial path, image placeholders
1 parent 3f7503e commit 95fcb17

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"/content/developers/tutorials/server-components/fig-1.svg": {
3+
"hash": "a5dc733d",
4+
"base64": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAKCAYAAAC9vt6cAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAhElEQVR4nGN48/O/+LVX/2puffwfxAAE/5eqOf6fp1INpNUZiAFLNx2QuPb6b+ST//8twAasUu8A4v9AHEyUAU9+/9e48+n/hSc//1cDuXz/l6l1kmTAqz//jZ7/////2f//M4BcDpJd8PrffyWgARue/vufAfVCNBCvAmJzogwYBZQDABwmUuC8+eFeAAAAAElFTkSuQmCC"
5+
},
6+
"/content/developers/tutorials/server-components/fig-2.svg": {
7+
"hash": "c27bf7c4",
8+
"base64": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAKCAYAAAC9vt6cAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAu0lEQVR4nGN48/O/+LVX/2puffwfxAAE/5eqOf6fp1INpNVB/Pvf/mfd+vy/AMhkZsAGlm46IHHt9d/IJ///W4ANWKXeAcT//y9QDQNy2Z/9/3/v+b//r4BsLiBmwzDgye//Gnc+/b/w5Of/aiCX7/8ytU6wAavUg0HySAZgB6/+/Dd6/v//f6DCGUAuB9wF81TCQbYSNOD1v/9KQAM2PP33PwPqhWggXgXE5mAX/Pu/GGjAGpwGjALKAQBr33cwYgrqIQAAAABJRU5ErkJggg=="
9+
}
10+
}

src/lib/utils/md.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ const getPostSlugs = (dir: string, files: string[] = []) => {
189189
"/developers/tutorials/secure-development-workflow",
190190
"/developers/tutorials/send-token-ethersjs",
191191
"/developers/tutorials/sending-transactions-using-web3-and-alchemy",
192+
"/developers/tutorials/server-components",
192193
"/developers/tutorials/set-up-web3js-to-use-ethereum-in-javascript",
193194
"/developers/tutorials/short-abi",
194195
"/developers/tutorials/smart-contract-security-guidelines",

0 commit comments

Comments
 (0)