Skip to content

Commit 68a9472

Browse files
committed
docs: update site
1 parent e7d82d3 commit 68a9472

File tree

2 files changed

+14
-17
lines changed

2 files changed

+14
-17
lines changed

site/index.html

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,22 @@
22
<html>
33

44
<head>
5-
<meta charset="utf-8">
6-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
9-
<meta http-equiv="Pragma" content="no-cache" />
10-
<meta http-equiv="Expires" content="0" />
11-
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/vueComponent/ant-design/master/logo.png">
12-
<style id="nprogress-style">
13-
#nprogress {
14-
display: none
15-
}
16-
</style>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
9+
<meta http-equiv="Pragma" content="no-cache">
10+
<meta http-equiv="Expires" content="0">
11+
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/vueComponent/ant-design/master/logo.png">
12+
<style id="nprogress-style">
13+
#nprogress { display: none;}
14+
</style>
1715
</head>
1816

1917
<body>
20-
<div id="app">
21-
<router-view></router-view>
22-
</div>
18+
<div id="app">
19+
<router-view></router-view>
20+
</div>
2321
</body>
2422

25-
</html>
23+
</html>

webpack.site.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ module.exports = merge(baseWebpackConfig, {
7676
new HtmlWebpackPlugin({
7777
template: './site/index.html',
7878
inject: true,
79-
minify: { collapseWhitespace: true },
8079
production: true,
8180
}),
8281
new webpack.LoaderOptionsPlugin({

0 commit comments

Comments
 (0)