Nextjs markdown blog working locally but not on Netlify

Managed to fix it myself. I was using GetServerSideProps insted of GetStaticProps so I followed this repo to adapt my code accordingly!

1 Like