We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652c748 commit 4a72e4bCopy full SHA for 4a72e4b
docusaurus/src/theme/MDXComponents/A.tsx
@@ -9,8 +9,7 @@ export default function AWrapper(props: Props): JSX.Element {
9
const { href } = props;
10
const isExternal =
11
href?.startsWith('http') &&
12
- !href?.startsWith('https://knapsackpro.com') &&
13
- !href?.includes(window.location.origin);
+ !href?.startsWith('https://knapsackpro.com')
14
15
return (
16
<>
0 commit comments