We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59921ac commit a31e98cCopy full SHA for a31e98c
src/components/chapters/Chapters.js
@@ -51,7 +51,7 @@ const Chapters = ({
51
"vue"
52
)
53
const allBookingsPosts = constants.filterByChapter(edges, "Make A Booking")
54
-
+ const deployVue = constants.filterByFramework(edges, "Deploy Frontend", "vue")
55
//react posts
56
const allReactSetupPosts = constants.filterByFramework(
57
edges,
@@ -88,6 +88,12 @@ const Chapters = ({
88
"Make A Booking Mutation",
89
"react"
90
91
+
92
+ const deployReact = constants.filterByFramework(
93
+ edges,
94
+ "Deploy Frontend",
95
+ "react"
96
+ )
97
const allChapters = [
98
{
99
chapterEdge: epilouges,
0 commit comments