fix: add quotations around tags in metadata descriptions
This commit is contained in:
parent
b7dffe8b52
commit
d9a299bb7f
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ export async function generateMetadata({ searchParams }: Props): Promise<Metadat
|
||||||
|
|
||||||
if (!tags) return {};
|
if (!tags) return {};
|
||||||
|
|
||||||
const description = `Discover Miis tagged ${tags} for your Tomodachi Life island!`;
|
const description = `Discover Miis tagged '${tags}' for your Tomodachi Life island!`;
|
||||||
|
|
||||||
return {
|
return {
|
||||||
metadataBase: new URL(process.env.BASE_URL!),
|
metadataBase: new URL(process.env.BASE_URL!),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue