I've posted a Tweet about building my blog in less than an hour, and I'll be honest; it took me more time writing this post than actually putting t...
For further actions, you may consider blocking this person and/or reporting abuse
Thanks! This article is very helpful!
Thanks Krisztian 🎉
Do you have any idea how to implement MDX support into this logic?
I do not, but I can explore it.
That is very helpful. Thanks
Thank you for writing this article!
It was helpful.
Thank you Kerry 😃
Hi Telmo, I think you have a typo in the code here -
const content = import(
../../content/${slug}.md)
, it should beconst content = await import(
../../content/${slug}.md)
Hey Lawrence, you're right. Thanks for the heads up, will change it 👍
So i have a doubt , Suppose if i have a count of 500 posts in my website ,should i need to create 500 markdown files for that?
Please help in an efficient approach
Awesome tutorial. This very helpful
Thanks this is very helpful!