From 44cd1023c45caa34fd546d90a55b37e3aa25c9fc Mon Sep 17 00:00:00 2001 From: Strek Date: Fri, 6 Dec 2024 14:45:39 +0530 Subject: [PATCH] fix: link breakage --- src/pages/[[...markdownPath]].js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pages/[[...markdownPath]].js b/src/pages/[[...markdownPath]].js index 64cce0812..b1dfb5b9d 100644 --- a/src/pages/[[...markdownPath]].js +++ b/src/pages/[[...markdownPath]].js @@ -95,9 +95,7 @@ function reviveNodeOnClient(key, val) { ref: null, props: props, _owner: null, - _store: { - validate: false, - }, + _store: null, }; } else { return val;