fix
This commit is contained in:
@@ -52,7 +52,7 @@ const app = createApp(App)
|
|||||||
app.use(naive)
|
app.use(naive)
|
||||||
app.mount("#app")
|
app.mount("#app")
|
||||||
|
|
||||||
if (import.meta.env.MODE === "staging") {
|
if (!!import.meta.env.PUBLIC_ICONIFY) {
|
||||||
addAPIProvider("", {
|
addAPIProvider("", {
|
||||||
resources: [import.meta.env.PUBLIC_ICONIFY],
|
resources: [import.meta.env.PUBLIC_ICONIFY],
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user