Skip to content

Commit 14f90a5

Browse files
Removed proxy
1 parent cdcfe65 commit 14f90a5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

nuxt.config.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ module.exports = {
8181
// baseURL: 'https://localhost:44337/api',
8282
baseURL: 'https://wrbackend.azurewebsites.net/api',
8383
},
84-
proxy: {
85-
'/api': {
86-
target: 'https://wrbackend.azurewebsites.net/api',
87-
pathRewrite: {
88-
'^/api': '/',
89-
},
90-
},
91-
},
84+
// proxy: {
85+
// '/api': {
86+
// target: 'https://wrbackend.azurewebsites.net/api',
87+
// pathRewrite: {
88+
// '^/api': '/',
89+
// },
90+
// },
91+
// },
9292
buildModules: ['@nuxt/typescript-build'],
9393
// sitemap: {
9494
// hostname: 'https://www.wrautomaten.nl',

0 commit comments

Comments
 (0)