From 5714441a6ff35f46b0474512d7f5a4d1a4d897db Mon Sep 17 00:00:00 2001 From: Emir Karabeg Date: Tue, 6 May 2025 09:28:03 -0700 Subject: [PATCH] fix: twitter link --- sim/app/layout.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/sim/app/layout.tsx b/sim/app/layout.tsx index b65b5291d7..7a91bae4df 100644 --- a/sim/app/layout.tsx +++ b/sim/app/layout.tsx @@ -92,7 +92,7 @@ export const metadata: Metadata = { siteName: 'Sim Studio', images: [ { - url: '/social/facebook.png', + url: 'https://simstudio.ai/social/facebook.png', width: 1200, height: 600, alt: 'Sim Studio', @@ -104,7 +104,7 @@ export const metadata: Metadata = { title: 'Sim Studio', description: 'Build agents in seconds with a drag and drop workflow builder. Streamline your automation processes, boost productivity, and create custom workflows.', - images: ['/social/twitter.png'], + images: ['https://simstudio.ai/social/twitter.png'], creator: '@simplicity', site: '@simstudio', }, @@ -146,10 +146,12 @@ export default function RootLayout({ children }: { children: React.ReactNode }) + + - + {/* Instagram image meta */} - +