Add ratelimit key header on SSR (#532)
This commit is contained in:
parent
43b8941f7a
commit
2fb62fe8be
@ -295,6 +295,11 @@ export default {
|
||||
privateRuntimeConfig: {
|
||||
axios: {
|
||||
baseURL: process.env.BASE_URL,
|
||||
headers: {
|
||||
common: {
|
||||
'x-ratelimit-key': process.env.RATE_LIMIT_IGNORE_KEY,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user