From a0fcf515cd4be73a1123875682b2bafe4dfd828b Mon Sep 17 00:00:00 2001 From: Jai A Date: Wed, 16 Feb 2022 18:03:51 -0700 Subject: [PATCH] Fix default base URL --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index e17be9f1c..ff3ae1d38 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -229,7 +229,7 @@ export default { ** See https://axios.nuxtjs.org/options */ axios: { - baseURL: 'https://api.modrinth.com/v2/', + baseURL: 'https://staging-api.modrinth.com/v2/', headers: { common: { Accept: 'application/json',