Merge pull request #2 from OLIMINATOR/rewrite

Rewrite
This commit is contained in:
OLIMINATOR 2023-01-06 22:29:09 +01:00 committed by GitHub
commit 12f603c3bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 = {