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