Skip to content

Commit 1298910

Browse files
committed
🐛 (#274) Fixes relaive icon fetching, when base_url used
1 parent 0bee487 commit 1298910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/defaults.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ module.exports = {
175175
mdi: 'https://cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css',
176176
si: 'https://unpkg.com/simple-icons@v5/icons',
177177
generative: 'https://avatars.dicebear.com/api/identicon/{icon}.svg',
178-
localPath: '/item-icons',
178+
localPath: './item-icons',
179179
faviconName: 'favicon.ico',
180180
homeLabIcons: 'https://raw.githubusercontent.com/WalkxCode/dashboard-icons/master/png/{icon}.png',
181181
},

0 commit comments

Comments
 (0)