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

something is missing 🤔