mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-01-19 01:54:07 +00:00
Signed-off-by: Traxus <shyidx@gmail.com>
This commit is contained in:
parent
d847944206
commit
acd5bb403d
@ -83,7 +83,7 @@ export const getStaticPaths: GetStaticPaths = async () => {
|
||||
//===== /\ FINISH NEXT_PUBLIC_DATOCMS_BYPASS /\ ====================================================
|
||||
|
||||
|
||||
const paths = posts?.map((post) => ({
|
||||
const paths = posts?.map((post : any) => ({
|
||||
params: { slug: post.slug as string }
|
||||
}))
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user