diff --git a/nuxt.config.js b/nuxt.config.js index 70e13d04..7313c064 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -52,6 +52,9 @@ export default { // Target: https://go.nuxtjs.dev/config-target target: 'static', // ssr: false, + server: { + https: true + }, env: { dev: process.env.NODE_ENV !== 'production'