From 4de700be793f7e38f1f11796f8ab87da0c78f17c Mon Sep 17 00:00:00 2001 From: laweyez Date: Wed, 25 Oct 2023 08:20:04 +0300 Subject: [PATCH] Configure to work with https. --- nuxt.config.js | 3 +++ 1 file changed, 3 insertions(+) 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'