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.
cms-config-url
config.yml
1 parent 6ddb7db commit c1e773fCopy full SHA for c1e773f
lib/template/index.html
@@ -3,6 +3,7 @@
3
<head>
4
<meta charset="utf-8" />
5
<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">
7
<title><%= htmlWebpackPlugin.options.title %></title>
8
</head>
9
<body>
0 commit comments