feat: map explore page (#29)

Signed-off-by: Innei <tukon479@gmail.com>
Co-authored-by: MaxtuneLee <max@xox.im>
Co-authored-by: Innei <tukon479@gmail.com>
This commit is contained in:
ChrAlpha
2025-07-07 17:22:56 +08:00
committed by GitHub
parent 139607185e
commit 7310555c1a
43 changed files with 6327 additions and 106 deletions

View File

@@ -11,8 +11,16 @@ export interface SiteConfig {
author: Author
social?: Social
feed?: Feed
map?: MapConfig
}
/**
* Map configuration - can be either:
* - A string for a single provider: 'maplibre'
* - An array for multiple providers in priority order: ['maplibre']
*/
type MapConfig = 'maplibre'[]
interface Feed {
folo?: {
challenge?: {