Skip to content

Commit be960eb

Browse files
committed
fix: page build
rm extraneous front matter props, add to temporalAllowedPAges list
1 parent 6d41495 commit be960eb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

public/content/roadmap/pectra/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: Pectra
33
description: Learn about Pectra - the next Ethereum protocol upgrade
44
lang: en
5-
template: upgrade
6-
alt:
75
---
86

97
# Prague-Electra (Pectra) {#pectra}

src/lib/utils/md.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ const getPostSlugs = (dir: string, files: string[] = []) => {
268268
"/roadmap/account-abstraction",
269269
"/roadmap/danksharding",
270270
"/roadmap/dencun",
271+
"/roadmap/pectra",
271272
"/roadmap/merge/issuance",
272273
"/roadmap/pbs",
273274
"/roadmap/secret-leader-election",

0 commit comments

Comments
 (0)