Update metadata

Signed-off-by: dusan <borovcanindusan1@gmail.com>
This commit is contained in:
dusan
2026-02-06 16:36:17 +01:00
parent 629f0c4391
commit 777ceaacfd
3 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -46,7 +46,7 @@ export default function Layout({ children }: LayoutProps<'/'>) {
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="FluxMQ" />
<link rel="canonical" href="https://absmach.eu/fluxmq/" />
<link rel="canonical" href="https://fluxmq.absmach.eu/" />
<script
type="application/ld+json"
dangerouslySetInnerHTML={{
@@ -65,7 +65,7 @@ export default function Layout({ children }: LayoutProps<'/'>) {
creator: {
'@type': 'Organization',
name: 'Abstract Machines',
url: 'https://absmach.eu',
url: 'https://www.absmach.eu',
},
}),
}}
+1 -1
View File
@@ -11,7 +11,7 @@ export async function GET(_req: Request, { params }: RouteContext<'/og/docs/[...
if (!page) notFound();
return new ImageResponse(
<DefaultImage title={page.data.title} description={page.data.description} site="My App" />,
<DefaultImage title={page.data.title} description={page.data.description} site="FluxMQ" />,
{
width: 1200,
height: 630,
Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB