mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-27 18:30:32 +01:00
Working
This commit is contained in:
@@ -36,7 +36,7 @@ const ssr = true
|
||||
|
||||
const proxy = {
|
||||
'/api': {
|
||||
target: 'https://api.arthurdanjou.fr',
|
||||
target: 'https://athena.arthurdanjou.fr',
|
||||
pathRewrite: { "^/api": "" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,8 @@ import {NuxtOptionsModule} from "@nuxt/types/config/module";
|
||||
|
||||
const axios = {
|
||||
proxy: true,
|
||||
credentials: true
|
||||
credentials: true,
|
||||
proxyHeaders: true
|
||||
}
|
||||
|
||||
const i18n = {
|
||||
|
||||
Reference in New Issue
Block a user