Skip to content

Commit a31e98c

Browse files
committed
exptracing vue posts
1 parent 59921ac commit a31e98c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/components/chapters/Chapters.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const Chapters = ({
5151
"vue"
5252
)
5353
const allBookingsPosts = constants.filterByChapter(edges, "Make A Booking")
54-
54+
const deployVue = constants.filterByFramework(edges, "Deploy Frontend", "vue")
5555
//react posts
5656
const allReactSetupPosts = constants.filterByFramework(
5757
edges,
@@ -88,6 +88,12 @@ const Chapters = ({
8888
"Make A Booking Mutation",
8989
"react"
9090
)
91+
92+
const deployReact = constants.filterByFramework(
93+
edges,
94+
"Deploy Frontend",
95+
"react"
96+
)
9197
const allChapters = [
9298
{
9399
chapterEdge: epilouges,

0 commit comments

Comments
 (0)