feat(brand): wire Neuron wordmark + icon into web product (favicons, header logo)

This commit is contained in:
2026-08-21 14:04:48 -05:00
parent 3ac39a8b10
commit 7c1995a145
9 changed files with 6 additions and 6 deletions
+6 -6
View File
@@ -125,13 +125,13 @@ export default defineConfig({
dir: "ltr",
},
},
favicon: "/favicon-v3.svg",
favicon: "/neuron/neuron-icon-32.png",
head: [
{
tag: "link",
attrs: {
rel: "icon",
href: "/favicon-v3.ico",
href: "/favicon-neuron-32.png",
sizes: "32x32",
},
},
@@ -140,7 +140,7 @@ export default defineConfig({
attrs: {
rel: "icon",
type: "image/png",
href: "/favicon-96x96-v3.png",
href: "/neuron/neuron-icon-128.png",
sizes: "96x96",
},
},
@@ -148,7 +148,7 @@ export default defineConfig({
tag: "link",
attrs: {
rel: "apple-touch-icon",
href: "/apple-touch-icon-v3.png",
href: "/apple-touch-icon-neuron.png",
sizes: "180x180",
},
},
@@ -167,8 +167,8 @@ export default defineConfig({
},
customCss: ["./src/styles/custom.css"],
logo: {
light: "./src/assets/logo-light.svg",
dark: "./src/assets/logo-dark.svg",
light: "/neuron/neuron-wordmark-on-light.png",
dark: "/neuron/neuron-wordmark-on-dark.png",
replacesTitle: true,
},
sidebar: [
Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB