Added functionality to added article.

This commit is contained in:
2026-01-17 04:18:20 +01:00
parent 5f36b535a2
commit 098972d000
10 changed files with 140 additions and 15 deletions
+6
View File
@@ -9,6 +9,12 @@ export default defineNuxtConfig({
},
},
runtimeConfig: {
public: {
url: process.env.URL || 'http://localhost:9090',
},
},
compatibilityDate: '2025-07-15',
devtools: { enabled: true },