Closed sakynasty closed 1 year ago
Name | Link |
---|---|
Latest commit | 03afbfd74129e723b728cc6946eaf07ae1ed6a9d |
Latest deploy log | https://app.netlify.com/sites/accessible-astro/deploys/64a94ec3f9dcd000089a62d2 |
Hey @EndLouvy, thanks for submitting the PR, I appreciated your help! 😊 I see that the Netlify deploy preview fails with the following error: [@mdx-js/rollup] The argument 'path' must be a string or Uint8Array without null bytes. Received '\x00@astro-page:src/pages/mdx-page@_@mdx'
.
If I run npm run build
locally it doesn't produce an error, so I'll have to dive into this when I've got a little more time.
@3Leelou I think I have found the issue: https://github.com/withastro/astro/issues/7302. Can you run the following command and update the PR? 🙂
npm remove @astrojs/mdx && npm i -D @astrojs/mdx
Thanks! 😊
Result before fix
Result after fix