@ -12,6 +12,11 @@ import { CachedPlayer, getPlayer, McUtilsAPIError } from "mcutils-library";
|
||||
import { Metadata, Viewport } from "next";
|
||||
import { ReactElement } from "react";
|
||||
|
||||
/**
|
||||
* Force the page to be dynamic, so it will be regenerated on every request
|
||||
*/
|
||||
export const revalidate = 0;
|
||||
|
||||
type Params = {
|
||||
params: {
|
||||
id: string;
|
||||
|
Reference in New Issue
Block a user