Hey I'm trying to use the Markdoc integration, but I'm getting random type errors, even though the code seems to work. I'm following the steps seen here: https://docs.astro.build/en/guides/integrations-guide/markdoc/
Am I doing something wrong here?
5 messages · Page 1 of 1 (latest)
Hey I'm trying to use the Markdoc integration, but I'm getting random type errors, even though the code seems to work. I'm following the steps seen here: https://docs.astro.build/en/guides/integrations-guide/markdoc/
Am I doing something wrong here?
hello, having the same issue here
I solved this by using markdoc.config.mjs instead of markdoc.config.ts
For some reason markdoc doesn't seem to like TS
oh thanks, will try your solution, thanks for the fast response 