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

@@ -1,11 +1,8 @@
import {NuxtOptionsModule} from "@nuxt/types/config/module";
const axios = {
baseURL: 'https://api.arthurdanjou.fr',
headers: {
'Content-Type': 'application/json',
'Accept': '*/*'
},
proxy: true,
credentials: true
}
const i18n = {
@@ -86,10 +83,7 @@ const env = {
}
const sentry = {
dsn: process.env.SENTRY_DSN,
config: {
}
dsn: process.env.SENTRY_DSN
}
export default [