Refactor code structure for improved readability and maintainability
Some checks failed
Deploy / deploy (push) Failing after 23s
|
Before Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
|
|
@ -3,7 +3,7 @@
|
|||
// all pages through the use of the <BaseHead /> component.
|
||||
import '~/styles/global.css';
|
||||
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 { getLocaleFromUrl, switchLocalePath } from '~/i18n/ui';
|
||||
import { Font } from 'astro:assets';
|
||||
|
|
|
|||