2 Star 119 Fork 0

OpenNJet/OpenNJet-KIC

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
netlify.toml 952 Bytes
一键复制 编辑 原始数据 按行查看 历史
liuqi 提交于 2023-08-10 16:23 . init commit
[build]
base = "docs/"
publish = "public"
command = "hugo --gc -b $DEPLOY_PRIME_URL/nginx-ingress-controller"
[build.environment]
HUGO_VERSION = "0.80.0"
[context.development]
command = "hugo --gc -e development"
[context.staging]
command = "hugo --gc -e staging"
[context.production]
command = "hugo --gc -e production"
[context.deploy-preview]
command = "hugo --gc -b $DEPLOY_PRIME_URL/nginx-ingress-controller"
[context.branch-deploy]
command = "hugo --gc -b $DEPLOY_PRIME_URL/nginx-ingress-controller"
[[headers]]
for = "/*"
[headers.values]
Access-Control-Allow-Origin = "https://docs.nginx.com"
[[redirects]]
from = "/"
to = "/nginx-ingress-controller/"
status = 301
force = true
[[redirects]]
from = "/nginx-ingress-controller/robots.txt"
to = "https://docs.nginx.com/robots.txt"
status = 301
force = true
[[redirects]]
from = "*"
to = "/nginx-ingress-controller/404.html"
status = 404
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/njet-rd/open-njet-kic.git
[email protected]:njet-rd/open-njet-kic.git
njet-rd
open-njet-kic
OpenNJet-KIC
master

搜索帮助