This commit is contained in:
2025-05-08 18:34:14 +08:00
parent a69fce5679
commit 30b7df3544

View File

@@ -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],
}) })