fix: og_image

This commit is contained in:
OLIMINATOR 2023-01-07 14:29:50 +01:00
parent 585d88db76
commit f1c0f23920
3 changed files with 3 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

View file

@ -7,7 +7,7 @@ export const SITE = {
export const OPEN_GRAPH = {
image: {
src: './src/assets/images/og_image.png',
src: 'og_image.png',
alt: 'Odkazy text s tlačítkami',
},
twitter: 'oliminator34',

View file

@ -61,9 +61,11 @@ module.exports = {
background: '#F9F9F1',
blue: '#44C3EC',
},
/*
fontFamily: {
default: ['Outfit', 'sans-serif'],
},
*/
backgroundImage: {
primaryDotted: 'radial-gradient(#E6E6D1 1px, #F9F9F1 1px)',
},