diff --git a/Frontend/src/app/(pages)/mojang/page.tsx b/Frontend/src/app/(pages)/mojang/page.tsx index fa93a75..2219ed4 100644 --- a/Frontend/src/app/(pages)/mojang/page.tsx +++ b/Frontend/src/app/(pages)/mojang/page.tsx @@ -17,6 +17,12 @@ export const metadata: Metadata = { description: "View the status of Mojang servers.", }; +/** + * Force the page to be dynamic, so + * it will be regenerated on every request + */ +export const dynamic: string = "force-dynamic"; + /** * The page to view the * status of Mojang servers.