Update next.config.js

master
qwertyforce 2023-07-06 18:13:50 +03:00
parent 6bbf108628
commit 6160b2c957
1 changed files with 2 additions and 2 deletions

View File

@ -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'