From a07b40e6eead4db51a8e4ae003bf122dc3b16431 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 01:55:12 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20Bolt:=20optimize=20SVG=20assets=20a?= =?UTF-8?q?nd=20canonicalize=20documentation=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Minified `logo.svg` and `logo-dark.svg` using `svgo` with precision 0, reducing file sizes by ~47% (~5.1KB to ~2.7KB). - Inserted performance comments into SVG files to document the optimization. - Updated Contributor Covenant links in `CODE_OF_CONDUCT.md` to use canonical URLs (trailing slash), eliminating 301 redirects. - Verified visual integrity of SVGs and link status codes. Co-authored-by: soktri3 <170663878+soktri3@users.noreply.github.com> --- CODE_OF_CONDUCT.md | 2 +- profile/CODE_OF_CONDUCT.md | 2 +- profile/assets/logo-dark.svg | 2 +- profile/assets/logo.svg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index eedbbae..4e7726e 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -116,7 +116,7 @@ the community. This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0, available at -https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. +https://www.contributor-covenant.org/version/2/0/code_of_conduct/. Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/inclusion). diff --git a/profile/CODE_OF_CONDUCT.md b/profile/CODE_OF_CONDUCT.md index eedbbae..4e7726e 100644 --- a/profile/CODE_OF_CONDUCT.md +++ b/profile/CODE_OF_CONDUCT.md @@ -116,7 +116,7 @@ the community. This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0, available at -https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. +https://www.contributor-covenant.org/version/2/0/code_of_conduct/. Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/inclusion). diff --git a/profile/assets/logo-dark.svg b/profile/assets/logo-dark.svg index 09d7024..9e75384 100644 --- a/profile/assets/logo-dark.svg +++ b/profile/assets/logo-dark.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/profile/assets/logo.svg b/profile/assets/logo.svg index c9c4c2d..737cabd 100644 --- a/profile/assets/logo.svg +++ b/profile/assets/logo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file