From 85aea0a6a6252e81d6c3bcaefdf75a8d8fad4635 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 10 Jul 2025 23:36:59 +0200 Subject: [PATCH] Fix: add protomaps.github.io --- src/Models/SourceOverview.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Models/SourceOverview.ts b/src/Models/SourceOverview.ts index 47efe999e..db7ff3613 100644 --- a/src/Models/SourceOverview.ts +++ b/src/Models/SourceOverview.ts @@ -124,6 +124,8 @@ export class SourceOverview { }) } + urls.push(...packageInInfo(["https://protomaps.github.io"])) + const packageInInfoD: (url: (string | string[])) => (ServerSourceInfo[]) = (url: string | string[]) => { if (!url) { return []