Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
export async function getStaticPaths() {
return { paths: ['/hello', '/world'], fallback: true }
}
export default () => <p>something is missing 🤔</p>