Skip to content
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

Merged
merged 2 commits into from
Jul 6, 2024

Conversation

jerensl
Copy link
Contributor

@jerensl jerensl commented Jul 1, 2024

Description

Images in HeadComponents is not the actual folder where the images have been put in

Related Issue

Fixes #1165

Copy link

netlify bot commented Jul 1, 2024

Deploy Preview for modelina ready!

Name Link
🔨 Latest commit 35ab8ab
🔍 Latest deploy log https://app.netlify.com/sites/modelina/deploys/66825fa949cc01000816d96b
😎 Deploy Preview https://deploy-preview-2065--modelina.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@coveralls
Copy link

coveralls commented Jul 1, 2024

Pull Request Test Coverage Report for Build 9738289895

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.304%

Totals Coverage Status
Change from base Build 9725277886: 0.0%
Covered Lines: 5997
Relevant Lines: 6328

💛 - Coveralls

}: HeadProps) {
const url = process.env.DEPLOY_PRIME_URL || process.env.DEPLOY_URL;
const url = 'https://modelina.org';
Copy link
Member

@devilkiller-ag devilkiller-ag Jul 1, 2024

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

Copy link
Contributor Author

@jerensl jerensl Jul 1, 2024

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

https://nextjs.org/docs/pages/building-your-application/configuring/environment-variables#bundling-environment-variables-for-the-browser

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Member

@devilkiller-ag devilkiller-ag Jul 6, 2024

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'

@coveralls
Copy link

coveralls commented Jul 1, 2024

Pull Request Test Coverage Report for Build 9740279802

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.304%

Totals Coverage Status
Change from base Build 9725277886: 0.0%
Covered Lines: 5997
Relevant Lines: 6328

💛 - Coveralls

@devilkiller-ag
Copy link
Member

/rtm

@asyncapi-bot asyncapi-bot merged commit e61b2fc into asyncapi:master Jul 6, 2024
15 checks passed
@asyncapi-bot
Copy link
Contributor

🎉 This PR is included in version 3.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Website] Broken OG images
5 participants