diff --git a/nuxt.config.js b/nuxt.config.js index e4fb18cf0..616cc4044 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -295,6 +295,11 @@ export default { privateRuntimeConfig: { axios: { baseURL: process.env.BASE_URL, + headers: { + common: { + 'x-ratelimit-key': process.env.RATE_LIMIT_IGNORE_KEY, + }, + }, }, }, }