mirror of
https://github.com/xHyroM/links.git
synced 2024-11-22 07:31:06 +01:00
Merge branch 'main' of https://github.com/OLIMINATOR/odkazy
This commit is contained in:
commit
3dd2c04249
3 changed files with 2 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 8.2 KiB |
|
@ -4,4 +4,4 @@ import { Image } from '@astrojs/image/components';
|
||||||
import logo from '../assets/images/logo.png';
|
import logo from '../assets/images/logo.png';
|
||||||
---
|
---
|
||||||
|
|
||||||
<Image src={logo} alt="" class="rounded-full w-28" /><img />
|
<Image src={logo} alt="Profilová Fotografia" class="rounded-full w-28" /><img />
|
||||||
|
|
|
@ -2,7 +2,7 @@ export const SITE = {
|
||||||
title: 'Oliminator Odkazy',
|
title: 'Oliminator Odkazy',
|
||||||
description: 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Iure, placeat!',
|
description: 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Iure, placeat!',
|
||||||
url: 'https://odkazy.oliminator.net',
|
url: 'https://odkazy.oliminator.net',
|
||||||
themeColor: '#FF8A00',
|
themeColor: '#f9f9f1',
|
||||||
};
|
};
|
||||||
|
|
||||||
export const OPEN_GRAPH = {
|
export const OPEN_GRAPH = {
|
||||||
|
|
Loading…
Reference in a new issue