From d363306235f2a48f16e488f20f73e2233ddcf281 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 29 Nov 2023 18:07:20 +0100 Subject: refactor(pages): improve Homepage * move custom homepage components that does not require props to the MDX file (links should not need to be translated here but where they are defined) * move SEO title and meta desc to MDX file * make Page component the wrapper instead of using a React fragment * fix MDX module types --- src/content | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content') diff --git a/src/content b/src/content index 6c0f225..a9aa65d 160000 --- a/src/content +++ b/src/content @@ -1 +1 @@ -Subproject commit 6c0f2250ea956f9511fed8d2620466cb43d18d31 +Subproject commit a9aa65d7f81b6ad72ef707f40f14e955cf4fcd67 -- cgit v1.2.3