mirror of
https://github.com/xHyroM/links.git
synced 2024-11-22 15:41:04 +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 = {
|
export const OPEN_GRAPH = {
|
||||||
image: {
|
image: {
|
||||||
src: "og_image.png",
|
src: "/og_image.png",
|
||||||
alt: "just a picture with buttons",
|
alt: "just a picture with my profile picture",
|
||||||
},
|
},
|
||||||
twitter: "hyrousek",
|
twitter: "hyrousek",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue