mirror of
https://github.com/xHyroM/links.git
synced 2024-11-12 19:48:06 +01:00
fix: og image path url
This commit is contained in:
parent
e725056490
commit
262c4b87bf
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ export const SITE = {
|
||||||
|
|
||||||
export const OPEN_GRAPH = {
|
export const OPEN_GRAPH = {
|
||||||
image: {
|
image: {
|
||||||
src: '../assets/images/og-image.png',
|
src: './src/assets/images/og-image.png',
|
||||||
alt: 'Odkazy text s tlačítkami',
|
alt: 'Odkazy text s tlačítkami',
|
||||||
},
|
},
|
||||||
twitter: 'oliminator34',
|
twitter: 'oliminator34',
|
||||||
|
|
Loading…
Reference in a new issue