Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

fix: image urls are broken in meta tags #4735

Merged
merged 1 commit into from
Jul 28, 2023
Merged

Conversation

paripsky
Copy link
Contributor

@paripsky paripsky commented Jul 28, 2023

Summary

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">

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",

Test Plan

The fix is to add a slash to a broken URL, I made sure that the updated url works and navigates to the social-logo.png image.

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",
```
@netlify
Copy link

netlify bot commented Jul 28, 2023

Deploy Preview for docs-rometools ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 87fb72b
🔍 Latest deploy log https://app.netlify.com/sites/docs-rometools/deploys/64c3f3f98e605400081bbdd6
😎 Deploy Preview https://deploy-preview-4735--docs-rometools.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot added the A-Website Area: website and documentation label Jul 28, 2023
@ematipico ematipico merged commit 71fbfc9 into rome:main Jul 28, 2023
8 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-Website Area: website and documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants