Closed miklereverie closed 3 months ago
Did you edit astro.config.mjs
? https://github.com/mhyfritz/astro-landing-page/blob/7fc9b493a273258ee0b4da5cac2f3b66f0bfd5e8/astro.config.mjs#L7
The image URL is constructed using this value as the base path: https://github.com/mhyfritz/astro-landing-page/blob/7fc9b493a273258ee0b4da5cac2f3b66f0bfd5e8/src/pages/index.astro#L13
Hope that help!
The change in astro.config.mjs is what was missing! Thank you so much! That fixed it.
This might not be an issue but a problem on my end, I've changed the social image to a new one, rebuilt the project and uploaded to netlify, but the old one is still showing up. Am I forgetting to change some configuration on the template?