Skip to content

Commit

Permalink
Fixed title formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ingerbird committed Aug 7, 2024
1 parent bba04b5 commit c374f84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/storyblok.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export function generateMetadataFromStory(story: ISbResult) {

return {
title: {
default: `${title} | ${siteConfig.title}`,
template: `${title} | ${siteConfig.title}`,
default: `${title}`,
template: `${title}`,
},
description,
robots: isProd
Expand Down

0 comments on commit c374f84

Please sign in to comment.