diff --git a/package.json b/package.json index 68cd194..f30d54d 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,8 @@ "npm": "^9.6.6", "pinia": "^2.0.36", "spinkit": "^2.0.1", + "terser": "^5.19.1", + "vite-plugin-compression": "^0.5.1", "vue": "^3.2.47", "vue-codemirror": "^6.1.1", "vue-router": "^4.1.6", diff --git a/src/icons/logo.png b/src/icons/logo.png new file mode 100644 index 0000000..f4247b9 Binary files /dev/null and b/src/icons/logo.png differ diff --git a/src/layout/components/Menu/Menu.vue b/src/layout/components/Menu/Menu.vue index 8eec917..03e53b1 100644 --- a/src/layout/components/Menu/Menu.vue +++ b/src/layout/components/Menu/Menu.vue @@ -1,6 +1,6 @@