-
-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(website): fix broken open graph images #2065
Conversation
✅ Deploy Preview for modelina ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Pull Request Test Coverage Report for Build 9738289895Details
💛 - Coveralls |
}: HeadProps) { | ||
const url = process.env.DEPLOY_PRIME_URL || process.env.DEPLOY_URL; | ||
const url = 'https://modelina.org'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can set an environment variable for this in the netlify instead of directly mentioning it here and use it as it was used earlier.
cc: @jonaslagoni
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@devilkiller-ag Make sure to start with NEXT_PUBLIC_ (process.env.NEXT_PUBLIC_DEPLOY_URL), if you want to include the environment variable on the browser
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have added the environment variable on the Netlify with the name 'NEXT_PUBLIC_DEPLOY_URL'
Pull Request Test Coverage Report for Build 9740279802Details
💛 - Coveralls |
/rtm |
🎉 This PR is included in version 3.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Images in HeadComponents is not the actual folder where the images have been put in
Related Issue
Fixes #1165