1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

preloading flow recents

This commit is contained in:
Fedor Katurov 2022-07-16 15:59:14 +07:00
parent 66a32ae3cb
commit 8c17c02b3e

View file

@ -16,7 +16,7 @@ export const getStaticProps = async () => {
end: new Date().toISOString(), end: new Date().toISOString(),
with_heroes: true, with_heroes: true,
with_updated: true, with_updated: true,
with_recent: false, with_recent: true,
with_valid: false, with_valid: false,
}); });