diff --git a/resources/blog.mdx b/resources/blog.mdx index 97f6cd29..79374cf4 100644 --- a/resources/blog.mdx +++ b/resources/blog.mdx @@ -2,3 +2,6 @@ title: "Blog" url: "https://www.powersync.com/blog" --- + +{/* Even though we have the URL above, which users will follow when clicking this entry from the sidebar We need the below think as well, because when clicking this page from the search bar this page opens */} + \ No newline at end of file diff --git a/resources/release-notes.mdx b/resources/release-notes.mdx index a5f88b17..87477899 100644 --- a/resources/release-notes.mdx +++ b/resources/release-notes.mdx @@ -2,3 +2,6 @@ title: "Release Notes" url: "https://releases.powersync.com" --- + +{/* Even though we have the URL above, which users will follow when clicking this entry from the sidebar We need the below think as well, because when clicking this page from the search bar this page opens */} + \ No newline at end of file diff --git a/resources/roadmap.mdx b/resources/roadmap.mdx index 88dc2bfa..8084e17a 100644 --- a/resources/roadmap.mdx +++ b/resources/roadmap.mdx @@ -2,3 +2,6 @@ title: "Roadmap" url: "https://roadmap.powersync.com" --- + +{/* Even though we have the URL above, which users will follow when clicking this entry from the sidebar We need the below think as well, because when clicking this page from the search bar this page opens */} + \ No newline at end of file