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'