We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a17588 commit 9306e77Copy full SHA for 9306e77
app/api/cookbook/index.mjs
@@ -15,6 +15,7 @@ export async function get (req) {
15
'cache-control': cacheControl,
16
},
17
json: {
18
+ pageTitle: 'Cookbook',
19
navData,
20
21
}
app/api/wasm.mjs
@@ -16,6 +16,7 @@ export async function get ({ query }) {
+ pageTitle: 'Enhance WASM',
thanks,
22
app/api/why-enhance.mjs
@@ -13,6 +13,7 @@ export async function get () {
13
14
+ pageTitle: 'Why Enhance?',
0 commit comments