We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177dacb commit fe2bc3cCopy full SHA for fe2bc3c
2 files changed
apps/site/next.dynamic.mjs
@@ -230,7 +230,8 @@ const getDynamicRouter = async () => {
230
];
231
232
// Default canonical URL for the page
233
- pageMetadata.alternates.canonical = getUrlForPathname(locale, path);
+ pageMetadata.alternates.canonical =
234
+ data.canonical ?? getUrlForPathname(locale, path);
235
236
// Default alternate URL for the page in the default locale
237
pageMetadata.alternates.languages['x-default'] = getUrlForPathname(
apps/site/pages/en/blog/announcements/mikeal.md
@@ -4,6 +4,7 @@ category: announcements
4
title: 'In Memory of Mikeal Rogers: A Builder of Communities'
5
layout: blog-post
6
author: Robin Bender Ginn
7
+canonical: https://openjsf.org/blog/in-memory-of-mikeal-rogers
8
---
9
10
![][mikeal-rogers-image]
0 commit comments