diff --git a/src/views/r-meta.html b/src/views/r-meta.html
index 9b5e16c77..e0e71bc58 100644
--- a/src/views/r-meta.html
+++ b/src/views/r-meta.html
@@ -69,6 +69,9 @@
// the seo partial renders with the context of the current page (root context)
this.link('', 'rootContext', { instance: rPage.parent });
this.link('', 'rPageContext', { instance: rPage });
+
+ // Update the shared path on page switch.
+ this.set('@shared.actualPath', this.get('@shared')?.app?.router?.uri?.path);
},
};
diff --git a/src/views/r-page-globalping.html b/src/views/r-page-globalping.html
index 6eb77cfef..89cdbd8e4 100644
--- a/src/views/r-page-globalping.html
+++ b/src/views/r-page-globalping.html
@@ -10,7 +10,7 @@
-
+
{{#if openGraphImage}}
diff --git a/src/views/r-page.html b/src/views/r-page.html
index e999ee18c..22bcb141f 100644
--- a/src/views/r-page.html
+++ b/src/views/r-page.html
@@ -10,7 +10,7 @@
-
+
{{#if openGraphImage}}