Skip to content

Commit

Permalink
little tsc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Jun 21, 2024
1 parent 7a41a98 commit 638fbc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/_dogfooding/dogfooding.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ export const dogfoodingPluginInstances: PluginConfig[] = [
recmaPlugins: [
[
RecmaMDXDisplayName,
(vfile) => `MDXContent(${path.relative(process.cwd(), vfile.path)})`,
(vfile: {path: string}) =>
`MDXContent(${path.relative(process.cwd(), vfile.path)})`,
],
],

Expand Down

0 comments on commit 638fbc8

Please sign in to comment.