Skip to content

Commit c41bb82

Browse files
committed
remove old comment
1 parent b65b6fb commit c41bb82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/gatsby-plugin-mdx/src/remark-path-prefix-plugin.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export const pathPlugin = ({ pathPrefix }: { pathPrefix: string }) =>
1919
node.url.startsWith(`/`) &&
2020
!node.url.startsWith(`//`)
2121
) {
22-
// TODO: where does withPathPrefix
2322
node.url = withPathPrefix(node.url, pathPrefix)
2423
}
2524
})

0 commit comments

Comments
 (0)