feat: replace PNG logo and icon with SVG versions

Switch from rspress default branding to OnixByte custom SVG assets.
This commit is contained in:
siujamo
2026-05-20 02:10:05 -05:00
parent da26fde07e
commit c48cb3d8f0
7 changed files with 7 additions and 4 deletions
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.3 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.3 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

+4 -4
View File
@@ -4,10 +4,10 @@ import { defineConfig } from "@rspress/core"
export default defineConfig({ export default defineConfig({
root: path.join(__dirname, "docs"), root: path.join(__dirname, "docs"),
title: "OnixByte", title: "OnixByte",
icon: "/rspress-icon.png", icon: "/onixbyte-icon.svg",
logo: { logo: {
light: "/rspress-light-logo.png", light: "/onixbyte-light-logo.svg",
dark: "/rspress-dark-logo.png", dark: "/onixbyte-dark-logo.svg",
}, },
themeConfig: { themeConfig: {
socialLinks: [ socialLinks: [
@@ -19,7 +19,7 @@ export default defineConfig({
], ],
}, },
markdown: { markdown: {
showLineNumbers: true showLineNumbers: true,
}, },
lang: "en-gb", lang: "en-gb",
locales: [ locales: [