We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cbaf4f commit 4e1b65bCopy full SHA for 4e1b65b
src/plugins/iconify.ts
@@ -1,12 +1,10 @@
1
-import { addAPIProvider, disableCache } from '@iconify/vue';
+import { addAPIProvider } from '@iconify/vue';
2
3
/** Setup the iconify offline */
4
export function setupIconifyOffline() {
5
const { VITE_ICONIFY_URL } = import.meta.env;
6
7
if (VITE_ICONIFY_URL) {
8
addAPIProvider('', { resources: [VITE_ICONIFY_URL] });
9
-
10
- disableCache('all');
11
}
12
0 commit comments