mirror of
https://github.com/xHyroM/links.git
synced 2024-11-10 02:28: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 = {
|
||||
image: {
|
||||
src: '../assets/images/og-image.png',
|
||||
src: './src/assets/images/og-image.png',
|
||||
alt: 'Odkazy text s tlačítkami',
|
||||
},
|
||||
twitter: 'oliminator34',
|
||||
|
|
Loading…
Reference in a new issue