Merge branch 'main' into refactor/app

This commit is contained in:
mr. m
2025-05-15 08:29:41 +02:00
committed by GitHub
26 changed files with 948 additions and 371 deletions

View File

@@ -8,12 +8,7 @@ import { getChecksums } from '~/utils/githubChecksums'
import { getLocale, getUI } from '~/utils/i18n'
import { icon, library } from '@fortawesome/fontawesome-svg-core'
import {
faApple,
faGithub,
faLinux,
faWindows,
} from '@fortawesome/free-brands-svg-icons'
import { faApple, faGithub, faLinux, faWindows } from '@fortawesome/free-brands-svg-icons'
import { ExternalLink, Lock } from 'lucide-astro'
export { getStaticPaths } from '~/utils/i18n'