Skip to content

Commit 9ad26f2

Browse files
committed
feat: change axios baseUrl
1 parent aebe839 commit 9ad26f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nuxt.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default {
5050
// Axios module configuration: https://go.nuxtjs.dev/config-axios
5151
axios: {
5252
// Workaround to avoid enforcing hard-coded localhost:3000: https://github.com/nuxt-community/axios-module/issues/308
53-
baseURL: '/',
53+
baseURL: 'https://kfu-reg.github.io/database/',
5454
},
5555

5656
// PWA module configuration: https://go.nuxtjs.dev/pwa

0 commit comments

Comments
 (0)