mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +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,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user