Skip to content

Commit 6165083

Browse files
committed
fix: remove server links
1 parent a0cfb98 commit 6165083

2 files changed

Lines changed: 0 additions & 31 deletions

File tree

app/components/TrackedLink.jsx

Lines changed: 0 additions & 29 deletions
This file was deleted.

mdx-components.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
import { useMDXComponents as getThemeComponents } from "nextra-theme-docs"; // nextra-theme-blog or your custom theme
2-
import {TrackedLink} from './app/components/TrackedLink'
32
// Get the default MDX components
43
const themeComponents = getThemeComponents();
54

65
// Merge components
76
export function useMDXComponents(components) {
87
return {
98
...themeComponents,
10-
a: TrackedLink,
119
...components,
1210
};
1311
}

0 commit comments

Comments
 (0)