diff --git a/nuxt.config.js b/nuxt.config.js index 584bf68..05b0b56 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -1,7 +1,4 @@ export default { - // Disable server-side rendering: https://go.nuxtjs.dev/ssr-mode - ssr: false, - // Target: https://go.nuxtjs.dev/config-target target: 'static', @@ -36,16 +33,7 @@ export default { ], // Modules: https://go.nuxtjs.dev/config-modules - modules: [ - // https://go.nuxtjs.dev/axios - '@nuxtjs/axios', - ], - - // Axios module configuration: https://go.nuxtjs.dev/config-axios - axios: { - // Workaround to avoid enforcing hard-coded localhost:3000: https://github.com/nuxt-community/axios-module/issues/308 - baseURL: '/', - }, + modules: [], // Build Configuration: https://go.nuxtjs.dev/config-build build: {}, diff --git a/package.json b/package.json index 9527a0d..86fb041 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,6 @@ "lintfix": "prettier --write --list-different . && npm run lint:js -- --fix" }, "dependencies": { - "@nuxtjs/axios": "^5.13.6", "core-js": "^3.19.3", "nuxt": "^2.15.8", "vue": "^2.6.14",