Skip to content

Commit

Permalink
fix: correct inspire page title
Browse files Browse the repository at this point in the history
  • Loading branch information
sznowicki committed Jan 3, 2024
1 parent d7e200c commit 34e629a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/inspire/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const onRequestGet = async (context) => {
const view = {
...viewDefaults,
mainClass: 'body inspire',
title: 'About kukei.eu',
title: 'Get inspired - random blog post per load - kukei.eu',
entries: [entry],
};
const html = await renderHtml(template, view);
Expand Down

0 comments on commit 34e629a

Please sign in to comment.