mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
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:
@@ -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?: {
|
||||
|
||||
Reference in New Issue
Block a user