mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
feat: use fallback with loading
This commit is contained in:
@@ -121,7 +121,7 @@ export const getStaticPaths: GetStaticPaths = async () => {
|
||||
|
||||
return {
|
||||
paths: pkgs,
|
||||
fallback: 'blocking',
|
||||
fallback: true,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ export const getStaticPaths: GetStaticPaths = () => {
|
||||
|
||||
return {
|
||||
paths: versions,
|
||||
fallback: 'blocking',
|
||||
fallback: false,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user