Skip to content

Commit 253595b

Browse files
authored
fix: special md (#2652)
* fix: dark styles * fix: add special md
1 parent 23997fd commit 253595b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/CopyPageButton/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const SPECIAL_LINKS = [
1515
"/guides/products/dc/pricing",
1616
"guides/deploy/deploy/non-production/deploying-databend",
1717
"/guides/cloud/new-account",
18+
"/release-notes/",
1819
];
1920

2021
const getPageContentAsHtml = (): string | null => {

0 commit comments

Comments
 (0)