DEV Community

Discussion on: Build a markdown blog with NextJS

Collapse
 
en0ma profile image
Lawrence Enehizena

Hi Telmo, I think you have a typo in the code here - const content = import(../../content/${slug}.md) , it should be const content = await import(../../content/${slug}.md)

Collapse
 
telmo profile image
Telmo Goncalves

Hey Lawrence, you're right. Thanks for the heads up, will change it 👍