refactor: code cleanup

This commit is contained in:
saicaca
2024-02-18 18:13:43 +08:00
committed by saica.go
parent 3cd21c2da9
commit af29b9160f
51 changed files with 872 additions and 2264 deletions

View File

@@ -3,8 +3,8 @@ import type {
NavBarConfig,
ProfileConfig,
SiteConfig,
} from './types/config.ts'
import { LinkPreset } from './types/config.ts'
} from './types/config'
import { LinkPreset } from './types/config'
export const siteConfig: SiteConfig = {
title: 'Fuwari',
@@ -12,7 +12,7 @@ export const siteConfig: SiteConfig = {
lang: 'en',
themeHue: 250,
banner: {
enable: true,
enable: false,
src: 'assets/images/demo-banner.png',
},
}