Refactor project structure and update dependencies; improve code formatting and consistency across multiple components and files

This commit is contained in:
KazooTTT
2025-01-08 00:01:03 +08:00
parent 3c8549fd14
commit 11c193786d
16 changed files with 5571 additions and 6577 deletions

View File

@ -1,5 +1,5 @@
import type { SiteConfig } from '@/types';
import type { AstroExpressiveCodeOptions } from 'astro-expressive-code';
import type { SiteConfig } from '@/types'
import type { AstroExpressiveCodeOptions } from 'astro-expressive-code'
export const siteConfig: SiteConfig = {
// Used as both a meta property (src/components/BaseHead.astro L:31 + L:49) & the generated satori png (src/pages/og-image/[slug].png.ts)
@ -21,7 +21,7 @@ export const siteConfig: SiteConfig = {
year: 'numeric'
}
},
site: 'https://blog.kazoottt.top',
site: 'https://blog.kazoottt.top'
}
export const menuLinks: Array<{ title: string; path: string }> = [