@@ -25,7 +25,7 @@ export default defineNuxtConfig({
runtimeConfig: {
public: {
- API_URL: process.env.API_URL
+ API_URL: process.env.API_URL || "http://localhost:8000"
}
},
})