We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533c4bb commit 734823bCopy full SHA for 734823b
1 file changed
next.dynamic.mjs
@@ -218,7 +218,7 @@ const getDynamicRouter = async () => {
218
path
219
);
220
pageMetadata.openGraph.images = [
221
- `${currentLocale}/next-data/og?title=${data.title}&type=${data.category ?? 'announcement'}`,
+ `${currentLocale}/next-data/og?title=${pageMetadata.title}&type=${data.category ?? 'announcement'}`,
222
];
223
});
224
0 commit comments