mirror of
https://github.com/xHyroM/links.git
synced 2024-11-22 07:31:06 +01:00
fix: og_image
This commit is contained in:
parent
585d88db76
commit
f1c0f23920
3 changed files with 3 additions and 1 deletions
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 9.7 KiB |
|
@ -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',
|
||||||
|
|
|
@ -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)',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue