From 517889943cbe2aa7f59c78433c5d88810736e3f1 Mon Sep 17 00:00:00 2001 From: Maxim Babichev Date: Sun, 23 Jun 2024 15:51:45 +0300 Subject: [PATCH] optimize svg --- docs/.vitepress/config.mts | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 99c1a054..dfe3f1f1 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -22,7 +22,7 @@ export default defineConfig({ [ 'link', { rel: 'icon', - href: 'https://github.com/bavix/gripmock/assets/5111255/93d2ed8b-f267-426d-86a4-690db05f36e8', + href: 'https://github.com/bavix/gripmock/assets/5111255/b835b1a7-f572-438d-9ddb-eda7e0842db0', sizes: "any", type: "image/svg+xml", } diff --git a/docs/index.md b/docs/index.md index 15b046fe..6a999675 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,7 +7,7 @@ hero: text: Fast. Just. Comfortable. tagline: gRPC-MockServer image: - light: https://github.com/bavix/gripmock/assets/5111255/93d2ed8b-f267-426d-86a4-690db05f36e8 + light: https://github.com/bavix/gripmock/assets/5111255/b835b1a7-f572-438d-9ddb-eda7e0842db0 actions: - theme: brand text: Getting started