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

something is missing 🤔