File size: 155 Bytes
1e92f2d
 
 
 
 
1
2
3
4
5
6
export async function getStaticPaths() {
  return { paths: ['/hello', '/world'], fallback: true }
}

export default () => <p>something is missing 🤔</p>