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 213f871 commit d6fba25Copy full SHA for d6fba25
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