Files
lobehub/netlify.toml
Arvin Xu 311ca88e2f 📝 docs: add more deployment documents (#1393)
* 📝 docs: Creating self-hosting documents repocloud.mdx (#1388)

* Creating self-hosting documents repocloud.mdx

Adding deployment documentation for RepoCloud as requested :)

* Update repocloud.mdx

Modifying with svg instead of png as requested

* 📝 docs: create repocloud.zn-CN.mdx (#1389)

* Create repocloud.zn-CN.mdx

* Update repocloud.zn-CN.mdx

Changing png to svg

* 📝 docs: update docs

* 📝 docs: add netlify deployment

* 🔧 chore: add netlify.toml config

*  docs: update platform deployment

*  docs: update readme

---------

Co-authored-by: cosark <121065588+cosark@users.noreply.github.com>
2024-02-27 11:40:16 +08:00

9 lines
178 B
TOML

[build]
command = "npm run build"
publish = ".next"
[template.environment]
OPENAI_API_KEY = "set your OpenAI API Key"
ACCESS_CODE = "set your password to protect your api key"