mhyfritz / astro-landing-page

An Astro + Tailwind CSS Example/Template for Landing Pages
https://astro-moon-landing.netlify.app/
MIT License
522 stars 191 forks source link

Question regarding social image #18

Closed miklereverie closed 1 month ago

miklereverie commented 1 month ago

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?

image

mhyfritz commented 1 month 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!

miklereverie commented 1 month ago

The change in astro.config.mjs is what was missing! Thank you so much! That fixed it.