We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1de24 commit ad2c67cCopy full SHA for ad2c67c
apps/cyberstorm-remix/app/p/packageVersion.tsx
@@ -196,9 +196,10 @@ export default function PackageVersion() {
196
<meta property="og:type" content="website" />
197
<meta
198
property="og:url"
199
- content={`${getPublicEnvVariables(["VITE_BETA_SITE_URL"])}${
200
- location.pathname
201
- }`}
+ content={`${
+ getPublicEnvVariables(["VITE_BETA_SITE_URL"])
+ .VITE_BETA_SITE_URL
202
+ }${location.pathname}`}
203
/>
204
205
property="og:title"
0 commit comments