nuro.dev icon indicating copy to clipboard operation
nuro.dev copied to clipboard

Fix build errors (fix #51)

Open Willy-JL opened this issue 2 years ago • 2 comments

  • Fixes #51 with npm audit fix --force, which in turn upgraded next-mdx-remote
  • Then the MDX static page build failed: Cannot handle unknown node raw, found a fix here
  • "Fix" lint error for react/no-unknown-property with <style global jsx>

As I mentioned I know very little about JS and TS so I just tried to find the easy way outs to get it to build, as far as I can tell it works fine like this. Just thought I'd share this also considering there's #51 that has been open for a while and I too had the same exact issue (with consequent errors afterwards).

PS: also I just added animations to blog and timeline, should I open a PR for that too?

Willy-JL avatar Sep 04 '22 23:09 Willy-JL

Someone is attempting to deploy a commit to a Personal Account owned by @NuroDev on Vercel.

@NuroDev first needs to authorize it.

vercel[bot] avatar Sep 04 '22 23:09 vercel[bot]

btw, your changes don't actually work for me, i don't know that they're needed anymore

TobiTenno avatar Dec 08 '22 03:12 TobiTenno