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
Also, it turned out that the code change I suggest above works in dev mode but when the project is built Astro still uses the Astro.site value to set the URL in meta properties.
If I understand well this happens because no "site" is defined in the site configuration. (https://docs.astro.build/en/reference/configuration-reference/#site)
Defining a value as an example and/or mentioning it in the project's README would be nice.
Another option is to use
Astro.url
instead ofAstro.site
. Sg like this (in BaseHead.astro):The text was updated successfully, but these errors were encountered: