You've already forked AstralRinth
forked from didirus/AstralRinth
Add ratelimit key header on SSR (#532)
This commit is contained in:
@@ -295,6 +295,11 @@ export default {
|
|||||||
privateRuntimeConfig: {
|
privateRuntimeConfig: {
|
||||||
axios: {
|
axios: {
|
||||||
baseURL: process.env.BASE_URL,
|
baseURL: process.env.BASE_URL,
|
||||||
|
headers: {
|
||||||
|
common: {
|
||||||
|
'x-ratelimit-key': process.env.RATE_LIMIT_IGNORE_KEY,
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user