master
lml 2 months ago
parent 578170fe4c
commit 53ffcf0ab7

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

@ -5,9 +5,9 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
<!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico"> --> <link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css"> <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
<title>Hiric - Vuejs Landing Page Template</title> <title>美通</title>
<!-- Google Font --> <!-- Google Font -->
<link rel="preconnect" href="https://fonts.gstatic.com"> <link rel="preconnect" href="https://fonts.gstatic.com">

@ -18,6 +18,9 @@ module.exports = {
minimizer: [ minimizer: [
new CssMinimizerPlugin(), new CssMinimizerPlugin(),
], ],
splitChunks: {
chunks: 'all'
}
} }
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

@ -9,7 +9,7 @@
<link rel="shortcut icon" href="favicon.ico"> <link rel="shortcut icon" href="favicon.ico">
<title>Hiric - Vuejs Landing Page Template</title> <title>美通</title>
<!-- Google-Fonts --> <!-- Google-Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700" rel="stylesheet">

Loading…
Cancel
Save