1 parent edb1e55 commit 19c9de0Copy full SHA for 19c9de0
1 file changed
nuxt.config.ts
@@ -9,6 +9,22 @@ export default defineNuxtConfig({
9
"@nuxthq/studio",
10
],
11
12
+ $development: {
13
+ runtimeConfig: {
14
+ public: {
15
+ remoteUrl: "http://localhost:3000",
16
+ },
17
18
19
+
20
+ $production: {
21
22
23
+ remoteUrl: "https://ftwa.mathix.dev",
24
25
26
27
28
devtools: { enabled: true },
29
30
site: {
@@ -18,12 +34,6 @@ export default defineNuxtConfig({
34
defaultLocale: "en",
35
},
36
- runtimeConfig: {
- public: {
- remoteUrl: "http://localhost:3000",
- },
-
37
future: { compatibilityVersion: 4 },
38
compatibilityDate: "2024-10-08",
39
0 commit comments