export async function getStaticPaths() {
const blogsInfo = await getBlogs()
const matterData = blogsInfo.map((blog: any) => matter(blog))
const blogs = matterData.map((listItem: any) => listItem.data)
const paths = blogs.map((blog: any) => {
return { params: { slug: blog.slug } }
})
return {
paths,
fallback: false,
}
}
www.example.com, https://example.com, and contact@example.com.
one or two tildes.
a | b | c | d |
---|