From 0ac690339083f01a0b12a74ec117eeccd055e932 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 22 Nov 2023 17:45:03 +0100 Subject: refactor(components,pages): extract MDX components mapping from pages Instead of repeating the overriding on each pages, we should define it in one place and reuse it in pages. By default it is not possible to override native HTML tags with MDX so I added a plugin in next config to allow it. --- src/content | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content') diff --git a/src/content b/src/content index 5099889..6c0f225 160000 --- a/src/content +++ b/src/content @@ -1 +1 @@ -Subproject commit 5099889918cd056394e5bae8d5864b7c25ecaef5 +Subproject commit 6c0f2250ea956f9511fed8d2620466cb43d18d31 -- cgit v1.2.3