export async function unstable_getStaticPaths() { return { paths: ['/hello', '/world'] } } export default () =>

something is missing 🤔