Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed May 31, 2022
1 parent e924f4d commit db25e2e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const pathPlugin = ({ pathPrefix }: { pathPrefix: string }) =>
node.url.startsWith(`/`) &&
!node.url.startsWith(`//`)
) {
// TODO: where does withPathPrefix
node.url = withPathPrefix(node.url, pathPrefix)
}
})
Expand Down

0 comments on commit db25e2e

Please sign in to comment.