From a0c9babf8191614d7dfb3ec717fb775dbcb66042 Mon Sep 17 00:00:00 2001 From: Kiran Date: Mon, 28 Feb 2022 11:48:31 +0530 Subject: [PATCH] Fixed the preview image path --- components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Layout.tsx b/components/Layout.tsx index 59aee32..20ba542 100644 --- a/components/Layout.tsx +++ b/components/Layout.tsx @@ -10,7 +10,7 @@ export default function Layout({ children }: LayoutProps) { const title = 'Mock SAML - A free SAML 2.0 Identity Provider for testing SAML SSO integrations.'; const description = 'A free SAML 2.0 Identity Provider for development and testing SAML SSO integrations.'; const website = 'https://mocksaml.com/'; - const ogImage = 'mock-saml-preview-image.png'; + const ogImage = '/mock-saml-preview-image.png'; return ( <>