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 b372d64 commit e18ea33Copy full SHA for e18ea33
packages/gatsby-plugin-mdx/src/remark-mdx-html-plugin.ts
@@ -1,7 +1,7 @@
1
import toHast from "mdast-util-to-hast"
2
import { cachedImport } from "./cache-helpers"
3
4
-import type { Node } from "unist-util-visit"
+import type { Node } from "unist"
5
import type { Definition, Literal } from "mdast"
6
import type { MdxJsxAttribute, MdxJsxFlowElement } from "mdast-util-mdx"
7
packages/gatsby-plugin-mdx/src/remark-path-prefix-plugin.ts
@@ -1,4 +1,4 @@
// ensure only one `/` in new url
0 commit comments