2
0

SEO und anpassen des Seitentitels

This commit is contained in:
2024-09-12 13:53:04 +02:00
parent 1a234beaf6
commit d94562fc0d

View File

@ -19,7 +19,7 @@ export const Seo = ({
currentUrl?: string
imagePreviewUrl?: string
}) => {
const formattedTitle = `${title} | Typebot`
const formattedTitle = `${title} | BLS bot`
return (
<Head>