forked from MapComplete/MapComplete
Exempt templates from SVG-checks, fix #1085
This commit is contained in:
parent
e5c20d72f4
commit
afa6402fe9
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ class LayerOverviewUtils {
|
|||
"assets/SocialImageTemplateWide.svg",
|
||||
"assets/SocialImageBanner.svg",
|
||||
"assets/svg/osm-logo.svg",
|
||||
"assets/templates/"
|
||||
]
|
||||
for (const path of allSvgs) {
|
||||
if (exempt.some((p) => "./" + p === path)) {
|
||||
|
|
Loading…
Reference in a new issue