mirror of
https://github.com/absmach/supermq.git
synced 2026-06-23 06:20:18 +00:00
+2
-2
@@ -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',
|
||||
},
|
||||
}),
|
||||
}}
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user