Skip to content

Commit

Permalink
Add missing pageTitles
Browse files Browse the repository at this point in the history
  • Loading branch information
colepeters committed Aug 14, 2024
1 parent b726407 commit 639ab31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/api/cookbook/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export async function get (req) {
'cache-control': cacheControl,
},
json: {
pageTitle: 'Cookbook',
navData,
},
}
Expand Down
1 change: 1 addition & 0 deletions app/api/wasm.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export async function get ({ query }) {
'cache-control': cacheControl,
},
json: {
pageTitle: 'Enhance WASM',
thanks,
navData,
},
Expand Down
1 change: 1 addition & 0 deletions app/api/why-enhance.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export async function get () {
'cache-control': cacheControl,
},
json: {
pageTitle: 'Why Enhance?',
navData,
},
}
Expand Down

0 comments on commit 639ab31

Please sign in to comment.