cirosantilli/nodejs/next/asset-module-source/pages/index.js

nodejs/next/asset-module-source/pages/index.js
import world from '../world.md'

export default function IndexPage() {
  return <div>hello {world}</div>
}