Refactor code structure for improved readability and maintainability
Some checks failed
Deploy / deploy (push) Failing after 23s

This commit is contained in:
Adrian Altner 2026-04-22 23:56:41 +02:00
parent 7c45526444
commit 4ee7ea4756
7 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

View file

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Before After
Before After

View file

@ -3,7 +3,7 @@
// all pages through the use of the <BaseHead /> component. // all pages through the use of the <BaseHead /> component.
import '~/styles/global.css'; import '~/styles/global.css';
import type { ImageMetadata } from 'astro'; import type { ImageMetadata } from 'astro';
import FallbackImage from '~/assets/blog-placeholder-1.jpg'; import FallbackImage from '~/assets/placeholder.jpg';
import { DEFAULT_LOCALE, type Locale, SITE } from '~/consts'; import { DEFAULT_LOCALE, type Locale, SITE } from '~/consts';
import { getLocaleFromUrl, switchLocalePath } from '~/i18n/ui'; import { getLocaleFromUrl, switchLocalePath } from '~/i18n/ui';
import { Font } from 'astro:assets'; import { Font } from 'astro:assets';