From 262c4b87bf431544461a2ec86f499b3bda2df3c7 Mon Sep 17 00:00:00 2001 From: OLIMINATOR Date: Fri, 6 Jan 2023 22:31:56 +0100 Subject: [PATCH] fix: og image path url --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index c853362..a83a0c2 100644 --- a/src/config.ts +++ b/src/config.ts @@ -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',