Make the /mojang page dynamic
Some checks failed
Deploy Frontend / docker (17, 3.8.5) (push) Failing after 37s
Some checks failed
Deploy Frontend / docker (17, 3.8.5) (push) Failing after 37s
This commit is contained in:
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user