This repository has been archived by the owner on Sep 22, 2024. It is now read-only.
[plugins] add mdx
plugin to support MDX routes
#146
Labels
mdx
plugin to support MDX routes
#146
Deno fresh has built-in support for
routes/**/*.(ts|jtsx|js|jsx)
files but not for.mdx
.Netzo should allow using mdx files for routes to allow usage like similar to that of lume.land/plugins/mdx.
head
page
?)components
available as global (via context)instead of the equivalent
This could probably be done via a fresh plugin
mdx()
which analogous to theapi()
plugin, mounts some routes, only that in this case it walks the file system to generate them instead of generating them only from the config object.Reference
The text was updated successfully, but these errors were encountered: