fix: correct src for OPEN_GRAPH

This commit is contained in:
xHyroM 2023-04-01 11:44:26 +02:00
parent beca04f271
commit c9765b2908
No known key found for this signature in database
GPG key ID: BE0423F386C436AA

View file

@ -1,7 +1,7 @@
export const OPEN_GRAPH = {
image: {
src: "og_image.png",
alt: "just a picture with buttons",
src: "/og_image.png",
alt: "just a picture with my profile picture",
},
twitter: "hyrousek",
};