mirror of
https://github.com/xHyroM/links.git
synced 2024-11-10 02:28:06 +01:00
fix: correct src for OPEN_GRAPH
This commit is contained in:
parent
beca04f271
commit
c9765b2908
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue