incorrect meta style
This commit is contained in:
parent
d31c88115a
commit
59bdad5113
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ export const meta: V2_MetaFunction<typeof loader> = ({ data }) => {
|
|||
return [
|
||||
{ title: `${data?.world.name || "Unknown world"} | PS2.LIVE` },
|
||||
{
|
||||
description: `${data?.world.name} currently has ${data?.world.population.total} players online right now. VS: ${data?.world.population.vs}, NC: ${data?.world.population.nc}, TR: ${data?.world.population.tr} -- See more detailed stats on ps2.live.`,
|
||||
name: "description",
|
||||
content: `${data?.world.name} currently has ${data?.world.population.total} players online right now. VS: ${data?.world.population.vs}, NC: ${data?.world.population.nc}, TR: ${data?.world.population.tr} -- See more detailed stats on ps2.live.`,
|
||||
},
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue