File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 " />
5
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 ">
6
7
< title > < %= htmlWebpackPlugin.options.title %> </ title >
7
8
</ head >
8
9
< body >
Original file line number Diff line number Diff line change @@ -6,10 +6,11 @@ exports[`module admin 1`] = `
6
6
<head >
7
7
<meta charset =\\"utf-8\\" />
8
8
<meta name =\\"viewport\\" content =\\"width=device-width, initial-scale =1.0\\" />
9
+ <link href =\\"/admin/config.yml\\" type =\\"text/yaml\\" rel =\\"cms-config-url\\">
9
10
<title>Content Manager</title>
10
11
</head>
11
12
<body>
12
- <script type =\\"text/javascript\\" src =\\"/admin/bundle.1ae2be3d50182028bccf .js\\"></script></body>
13
+ <script type =\\"text/javascript\\" src =\\"/admin/bundle.57440c18556c5552e2da .js\\"></script></body>
13
14
</html>
14
15
"
15
16
`;
You can’t perform that action at this time.
0 commit comments