BrianRuizy / b-r.io

My personal website made with Next.js, Tailwind, MDX, Radix Primitives, Framer Motion, all on Vercel.

Home Page:https://b-r.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

and this error

opened this issue · comments

I think these two errors #51 & #52 are related from no blog content coming in.
Can you share the node version you're using? @mdwebb

need same as u said on repo? i used version v18.17.1 how to use v18.3.0?

How to fix this? i install v18.3.0 based on your repo but i got error again

image

and this my nodejs version based on your readme file
image

How to fix it? tags error?

Having a hard time finding the bug, I will get back to you!

I solve the problem i change some.
My NodeJS Version is v18.3.0.

before:

title: 'How to create a COVID-19 dashboard with Python'
publishedAt: '2021-09-01'
summary: 'A quick walkthrough overview of the project setup and the technology stack we used.'
tags: ["Big Data", "Python"]
shortTitle: 'Covid Dashboard'

after:


title: "How to create a COVID-19 dashboard with Python"
publishedAt: "2021-09-01"
summary: "A quick walkthrough overview of the project setup and the technology stack we used."
tags: ["Big Data", "Python"]
shortTitle: Covid Dashboard

perfect I see the issue now of mixed use quotes, will be updating code to fix this!