Skip to content

Commit 6b45d14

Browse files
committed
Support cleaning hyva svg cache
1 parent d6a8d0b commit 6b45d14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cache/cache.cljs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"full_page" "FPC"
1818
"config_integration_consolidated" "INTEGRATION_CONSOLIDATED"
1919
"config_integration_api" "INTEGRATION_API_CONFIG"
20-
"config_integration" "INTEGRATION"} type)
20+
"config_integration" "INTEGRATION"
21+
"hyva_svg" "HYVA_ICONS"} type)
2122
(string/upper-case type)))
2223

2324
(defn- magefile->filetype [file]

0 commit comments

Comments
 (0)