diff --git a/src/components/CopyPageButton/index.tsx b/src/components/CopyPageButton/index.tsx index 9cead2cddd..eecdae9714 100644 --- a/src/components/CopyPageButton/index.tsx +++ b/src/components/CopyPageButton/index.tsx @@ -15,6 +15,7 @@ const SPECIAL_LINKS = [ "/guides/products/dc/pricing", "guides/deploy/deploy/non-production/deploying-databend", "/guides/cloud/new-account", + "/release-notes/", ]; const getPageContentAsHtml = (): string | null => {