Skip to content

Commit

Permalink
feat: only using title for title
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneGoosen committed Sep 11, 2024
1 parent 36117a7 commit f8d6a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const socialImageURL = new URL(ogImage ? ogImage : '/open-graph.png', Astro.url)
const titleSeparator = ''
const siteTitle = `${title} ${titleSeparator} ${siteConfig.title}`
const siteTitle = `${title}` // ${titleSeparator} ${siteConfig.title}`
import { join } from 'path'
import { AstroFont } from 'astro-font'
Expand Down

0 comments on commit f8d6a75

Please sign in to comment.