Skip to content

Commit c1e773f

Browse files
committed
fix: use cms-config-url html link to determine proper netlify cms config.yml path
1 parent 6ddb7db commit c1e773f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/template/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<link href="<%= webpackConfig.output.publicPath %>config.yml" type="text/yaml" rel="cms-config-url">
67
<title><%= htmlWebpackPlugin.options.title %></title>
78
</head>
89
<body>

0 commit comments

Comments
 (0)