@aravindc26/velu 0.13.0 → 0.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aravindc26/velu",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "A modern documentation site generator powered by Markdown and JSON configuration",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -251,7 +251,7 @@ export default async function PreviewPage({ params }: PageProps) {
251
251
  <MDX
252
252
  components={prefixMdxComponentLinks(
253
253
  getMDXComponents({
254
- a: createRelativeLink(src, page),
254
+ a: createRelativeLink(src as any, page),
255
255
  }, configSource ?? undefined),
256
256
  sessionPrefix,
257
257
  )}