This commit is contained in:
2021-07-21 11:37:42 +02:00
parent 384ae25439
commit f770e5d2d1
11 changed files with 49 additions and 149 deletions

View File

@@ -34,4 +34,11 @@ const buildDir = 'build'
const ssr = true
export default { srcDir, dir, build, pageTransition, target, server, buildDir, components, ssr }
const proxy = {
'/api': {
target: "https://api.arthurdanjou.fr",
pathRewrite: { "^/api": "" }
}
}
export default { srcDir, dir, build, pageTransition, target, server, buildDir, components, ssr, proxy }