From 6160b2c957f0dd05e594c99a94ea5ddeb1ed61c2 Mon Sep 17 00:00:00 2001 From: qwertyforce Date: Thu, 6 Jul 2023 18:13:50 +0300 Subject: [PATCH] Update next.config.js --- next.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/next.config.js b/next.config.js index 56a6ff9..7089ee8 100644 --- a/next.config.js +++ b/next.config.js @@ -18,8 +18,8 @@ module.exports = { }, env: { //https://nextjs.org/docs/api-reference/next.config.js/environment-variables recaptcha_site_key: "6LcqV9QUAAAAAEybBVr0FWnUnFQmOVxGoQ_Muhtb", - api_domain: "http://localhost/public_api", - domain: "http://localhost", + api_domain: "http://localhost/public_api", //for links + domain: "http://localhost", //for links ipns: "ipns.scenery.cx" //example, put your own domain here }, distDir: '_next'