Update index.html

This commit is contained in:
sc 2021-07-15 15:05:32 +08:00
parent 8710311f1c
commit 5d4d9e9c2a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<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">
<title><%= htmlWebpackPlugin.options.title %></title> <title><%= htmlWebpackPlugin.options.title %></title>
<script src="config.js"></script> <script src="config.js?v=<%= new Date().getTime() %>"></script>
</head> </head>
<body> <body>
<noscript> <noscript>