mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
* 📝 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>
9 lines
178 B
TOML
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"
|