feat: replace PNG logo and icon with SVG versions
Switch from rspress default branding to OnixByte custom SVG assets.
This commit is contained in:
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
@@ -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: [
|
||||||
|
|||||||
Reference in New Issue
Block a user