diff --git a/site/components/MDX.js b/site/components/MDX.js index 89e34f6..ddfcb8b 100644 --- a/site/components/MDX.js +++ b/site/components/MDX.js @@ -38,10 +38,8 @@ export default function MdxPage({ body, meta }) { ? youtubeThumnbnail : null; - // enable editing content only for claims, concepts, and guide for now - const editUrl = ["claims", "concepts", "guide"].includes(_raw.sourceFileDir) - ? siteConfig.repoRoot + siteConfig.repoEditPath + _raw.sourceFilePath - : null; + // enable editing for all pages for now + const editUrl = siteConfig.repoRoot + siteConfig.repoEditPath + _raw.sourceFilePath return ( <>