filemanager: Fix BASE_URL of fallback icon when deployed

This commit is contained in:
Johannes Zellner
2023-07-07 17:39:43 +02:00
parent c0b2d61583
commit 5fc0a5f9a2
+1 -1
View File
@@ -139,7 +139,7 @@ export default {
},
data() {
return {
fallbackIcon: '/mime-types/none.svg',
fallbackIcon: `${BASE_URL}mime-types/none.svg`,
cwd: '/',
busyRefresh: false,
busyRestart: false,