We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0a353 commit 43fb02fCopy full SHA for 43fb02f
src/components/Heading.astro renamed to src/components/remote-markdown/Heading.astro
src/pages/links.astro
@@ -5,7 +5,7 @@ import '@/assets/styles/github-markdown.css';
5
import { Markdown } from 'astro-remote';
6
7
import List from '@/layouts/List.astro';
8
-import Heading from '@/components/Heading.astro';
+import Heading from '@/components/remote-markdown/Heading.astro';
9
import { BOOKMARKS } from '@/constants/data';
10
import { SELECTORS } from '@/constants/dom';
11
import { getPageMetadata } from '@/utils/metadata';
0 commit comments