From 3f4a3204ec725f98f69fd6040c71a9059eff340a Mon Sep 17 00:00:00 2001 From: Chang Jun <52chinaweb@gmail.com> Date: Tue, 24 Oct 2023 16:22:46 +0800 Subject: [PATCH] perf: image compress --- components/HomeGallery.vue | 6 +-- components/UserCard.vue | 2 +- content/posts/7-2023-supabase-get-started.md | 37 ++++++++++++++++++ nuxt.config.ts | 5 ++- .../0-cover-2023-supabase-get-started.png | Bin 0 -> 172732 bytes public/images/blog-home-max.jpg | Bin 419219 -> 0 bytes public/images/blog-home-max.webp | Bin 0 -> 38086 bytes public/images/blog-home-my-avatar.webp | Bin 0 -> 4176 bytes public/images/blog-home-wangzai.jpg | Bin 350315 -> 0 bytes public/images/blog-home-wangzai.webp | Bin 0 -> 36614 bytes public/images/blog-home-we.jpg | Bin 568463 -> 0 bytes public/images/blog-home-we.webp | Bin 0 -> 74112 bytes 12 files changed, 45 insertions(+), 5 deletions(-) create mode 100644 content/posts/7-2023-supabase-get-started.md create mode 100644 public/images/0-cover-2023-supabase-get-started.png delete mode 100644 public/images/blog-home-max.jpg create mode 100755 public/images/blog-home-max.webp create mode 100644 public/images/blog-home-my-avatar.webp delete mode 100644 public/images/blog-home-wangzai.jpg create mode 100755 public/images/blog-home-wangzai.webp delete mode 100644 public/images/blog-home-we.jpg create mode 100755 public/images/blog-home-we.webp diff --git a/components/HomeGallery.vue b/components/HomeGallery.vue index c67f040..acb0316 100644 --- a/components/HomeGallery.vue +++ b/components/HomeGallery.vue @@ -4,11 +4,11 @@ diff --git a/components/UserCard.vue b/components/UserCard.vue index 25732d8..214ae04 100644 --- a/components/UserCard.vue +++ b/components/UserCard.vue @@ -4,7 +4,7 @@ import { MY_LINKS as userLinks } from '@/constants/profile'