Update next.config.js
parent
6bbf108628
commit
6160b2c957
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue