1
0
Fork 0

chore: Remove fallback from platforms page. See #5230

This commit is contained in:
joostdecock 2023-10-22 10:07:55 +02:00
parent 00e1e601ae
commit c7025403e5

View file

@ -80,5 +80,5 @@ export const getStaticPaths = async () => {
} }
} }
return { paths, fallback: 'blocking' } return { paths }
} }