This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The image meta tags urls in the rome tools website are broken and link to https://rome.toolsimg/social-logo.png instead of https://rome.tools/img/social-logo.png ``` <meta content="https://rome.toolsimg/social-logo.png" property="og:image"> ``` The site url in the astro.config.ts is set to https://rome.tools, so a slash needs to be added for it to work properly ``` site: "https://rome.tools", ```
- Loading branch information