This commit is contained in:
OLIMINATOR 2023-01-06 22:32:05 +01:00
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

View file

@ -4,4 +4,4 @@ import { Image } from '@astrojs/image/components';
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 />

View file

@ -2,7 +2,7 @@ export const SITE = {
title: 'Oliminator Odkazy',
description: 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Iure, placeat!',
url: 'https://odkazy.oliminator.net',
themeColor: '#FF8A00',
themeColor: '#f9f9f1',
};
export const OPEN_GRAPH = {