From f9ba0964b27b677432035644f298173ad09631a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A0=B9=E5=8F=B7=E4=B8=89?= Date: Tue, 30 Apr 2019 10:48:53 +0800 Subject: [PATCH] Adjust some styles and upgrade dependencies to fix potential security vulnerability (#7) * :arrow_up: deps(package.json): Upgrade prettier to latest version * :arrow_up: deps(package.json): Upgrade gh-pages to latest version * :alien: fix: Add main field and index.js due to VuePress API changes https://vuepress.vuejs.org/theme/writing-a-theme.html#directory-structure Signed-off-by: sqrtthree * :lipstick: fix(styles): Fix the style of 404 page' --- NotFound.vue | 22 +++++++++++------- index.js | 4 ++++ package-lock.json | 57 ++++++++++++++++++++++++++--------------------- package.json | 5 +++-- 4 files changed, 53 insertions(+), 35 deletions(-) create mode 100644 index.js diff --git a/NotFound.vue b/NotFound.vue index a5c9173..cd188bf 100644 --- a/NotFound.vue +++ b/NotFound.vue @@ -3,18 +3,19 @@

Not Found

{{ getMsg() }}

- Take me home. + Take me home.