hexo-theme-particlex 2.2.6 → 2.2.7

Sign up to get free protection for your applications and to get access to all the features.
package/layout/layout.ejs CHANGED
@@ -31,7 +31,7 @@
31
31
  <meta name="keywords" content="<%- config.keywords %>">
32
32
  <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
33
33
  <link rel="icon" href="<%- url_for(theme.avatar) %>">
34
- <script src="https://cdn.staticfile.org/vue/3.2.45/vue.global.min.js"></script>
34
+ <script src="https://cdn.staticfile.org/vue/3.2.45/vue.global.prod.min.js"></script>
35
35
  <script src="https://cdn.staticfile.org/highlight.js/11.7.0/highlight.min.js"></script>
36
36
  <link rel="stylesheet" href="https://cdn.staticfile.org/highlight.js/11.7.0/styles/<%- theme.highlightStyle %>.min.css">
37
37
  <link rel="stylesheet" href="https://cdn.staticfile.org/font-awesome/6.2.1/css/all.min.css">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-theme-particlex",
3
- "version": "2.2.6",
3
+ "version": "2.2.7",
4
4
  "description": "A concise Hexo theme, based on Particle.",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"