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

Commit

Permalink
fix(website): wrong img url in metas
Browse files Browse the repository at this point in the history
  • Loading branch information
nlm-pro committed Sep 29, 2021
1 parent 432b209 commit 34afaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/functions/hosting/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ exports.routes = {
"og:description":
"Quel sens donner au terme full stack ? (script pour les Briques du Web S02E02)",
"og:image":
"https://fullweb.dev/illustrations/images/web-illustrations/fullstack-of-pancakes.jpg",
"https://fullweb.dev/images/web-illustrations/fullstack-of-pancakes.jpg",
"twitter:image:alt": "A full stack of pancakes",
},
};
Expand Down

0 comments on commit 34afaa0

Please sign in to comment.