fix: ne plus exposer le jeton API au navigateur (recherche d'artiste)
Déploiement FRONT BETA / check (push) Successful in 2m6s
Déploiement FRONT PROD / check (push) Successful in 2m13s
Déploiement FRONT PROD / deploy (push) Successful in 20s
Déploiement FRONT BETA / deploy (push) Successful in 20s

This commit is contained in:
2026-07-05 23:16:19 +04:00
parent f88b0184ea
commit 6601b00545
5 changed files with 32 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import qs from 'qs'
const OKI_API = process.env.NEXT_PUBLIC_API_URL || 'http://localhost:1337'
const AWTIS_POU_CHAK_PAJ = process.env.NEXT_PUBLIC_AWTIS_POU_CHAK_PAJ || 6
const readToken = process.env.NEXT_PUBLIC_READ_TOKEN || 'read-token'
const readToken = process.env.API_READ_TOKEN || 'read-token'
const headers = {
next: {revalidate: 60},