We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c90c54 commit be3eeb7Copy full SHA for be3eeb7
src/content/docs/zh-cn/guides/cms/decap-cms.mdx
@@ -101,7 +101,7 @@ Decap 会在你的项目中添加一个路由(通常是 `/admin`),这个
101
<meta charset="utf-8" />
102
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
103
<meta name="robots" content="noindex" />
104
- <link href="/admin/config.yml" type="text/yaml" rel="cms-config-url" />
+ <link href="/config.yml" type="text/yaml" rel="cms-config-url" />
105
<title>内容管理器</title>
106
</head>
107
<body>
0 commit comments