Skip to content

Commit d6fba25

Browse files
committed
Correct packageVersion pages meta tags envvar call
1 parent 213f871 commit d6fba25

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

apps/cyberstorm-remix/app/p/packageVersion.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,10 @@ export default function PackageVersion() {
196196
<meta property="og:type" content="website" />
197197
<meta
198198
property="og:url"
199-
content={`${getPublicEnvVariables(["VITE_BETA_SITE_URL"])}${
200-
location.pathname
201-
}`}
199+
content={`${
200+
getPublicEnvVariables(["VITE_BETA_SITE_URL"])
201+
.VITE_BETA_SITE_URL
202+
}${location.pathname}`}
202203
/>
203204
<meta
204205
property="og:title"

0 commit comments

Comments
 (0)