diff --git a/src/app/(pages)/mojang/page.tsx b/src/app/(pages)/mojang/page.tsx index 693a05c..fbbf576 100644 --- a/src/app/(pages)/mojang/page.tsx +++ b/src/app/(pages)/mojang/page.tsx @@ -8,6 +8,11 @@ import { CachedEndpointStatus } from "mcutils-library/dist/types/cache/cachedEnd import { Metadata } from "next"; import Link from "next/link"; +/** + * Force the page to be dynamic, so it will be regenerated on every request + */ +export const dynamic = "force-dynamic"; + /** * Gets the color of the status *