We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7146a42 commit 61945e3Copy full SHA for 61945e3
1 file changed
nuxt.config.js
@@ -50,7 +50,18 @@ export default {
50
// Axios module configuration: https://go.nuxtjs.dev/config-axios
51
axios: {
52
// Workaround to avoid enforcing hard-coded localhost:3000: https://github.com/nuxt-community/axios-module/issues/308
53
- baseURL: 'https://kfu-reg.github.io/database/',
+ baseURL: '/',
54
+ },
55
+ publicRuntimeConfig: {
56
+ axios: {
57
+ browserBaseURL: 'https://kfu-reg.github.io/database/',
58
59
60
+
61
+ privateRuntimeConfig: {
62
63
+ baseURL: process.env.BASE_URL,
64
65
},
66
67
// PWA module configuration: https://go.nuxtjs.dev/pwa
0 commit comments