chore: Remove fallback from platforms page. See #5230
This commit is contained in:
parent
00e1e601ae
commit
c7025403e5
1 changed files with 1 additions and 1 deletions
|
@ -80,5 +80,5 @@ export const getStaticPaths = async () => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return { paths, fallback: 'blocking' }
|
return { paths }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue