mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
using fallback: true on node pages
This commit is contained in:
parent
f8bdd1a47a
commit
2f8b5599b2
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ export const getStaticPaths = async () => {
|
||||||
|
|
||||||
return {
|
return {
|
||||||
paths: recentIDs.map((id) => ({ params: { id } })),
|
paths: recentIDs.map((id) => ({ params: { id } })),
|
||||||
fallback: 'blocking',
|
fallback: true,
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue