Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
colepeters committed Sep 3, 2024
1 parent 5f90056 commit 83dcc68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/head.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Head (state) {
const { title: docTitle } = doc

const title = (docTitle || pageTitle) ? `${docTitle || pageTitle} — Enhance` : 'Enhance'
const description = pageDescription ? pageDescription : 'rhe HTML first full stack web framework'
const description = pageDescription ? pageDescription : 'The HTML first full stack web framework'
const ogImage = pageImage ? pageImage : '/_public/img/enhance-open-graph.png'

store.path = req.path || ''
Expand Down

0 comments on commit 83dcc68

Please sign in to comment.