You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@hhff It seems like only the homepage social card is not working. The problem is homepage image is not added in contentful and it is using the default asset which is a static asset. For some reason, Next js is not resolving the asset URL. I suspect the issue is content={defaultUrl}. Maybe because it is not src attribute, it doesn't resolve the URL? I tested with <img src={defaultUrl}/> and that worked fine.
This problem can be easily solved if we add a meta image on contentful. I have a default asset so I can just add it.
Would this be a fine solution or do you want me to dig in deeper so that we can use the static asset?
No description provided.
The text was updated successfully, but these errors were encountered: