From 54815e3edd5019e71644860d1e2af2d1f8215ec4 Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 28 Apr 2023 16:12:58 +0100 Subject: [PATCH] [not for merge] Test GH action --- src/components/Seo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Seo.tsx b/src/components/Seo.tsx index e76df63e2..1bd51515d 100644 --- a/src/components/Seo.tsx +++ b/src/components/Seo.tsx @@ -42,7 +42,7 @@ function getDomain(languageCode: string): string { export const Seo = withRouter( ({ title, - description = 'The library for web and native user interfaces', + description = 'blabla bla', image = '/images/og-default.png', router, children,