Make the /mojang page dynamic
Some checks failed
Deploy Frontend / docker (17, 3.8.5) (push) Failing after 37s

This commit is contained in:
Braydon 2024-04-18 14:02:42 -04:00
parent bacdc9319f
commit 618d523ca2

@ -17,6 +17,12 @@ export const metadata: Metadata = {
description: "View the status of Mojang servers.", 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 * The page to view the
* status of Mojang servers. * status of Mojang servers.