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 = { export const OPEN_GRAPH = {
image: { image: {
src: './src/assets/images/og_image.png', src: 'og_image.png',
alt: 'Odkazy text s tlačítkami', alt: 'Odkazy text s tlačítkami',
}, },
twitter: 'oliminator34', twitter: 'oliminator34',

View file

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