feat(brand): wire Neuron wordmark + icon into web product (favicons, header logo)
@@ -125,13 +125,13 @@ export default defineConfig({
|
|||||||
dir: "ltr",
|
dir: "ltr",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
favicon: "/favicon-v3.svg",
|
favicon: "/neuron/neuron-icon-32.png",
|
||||||
head: [
|
head: [
|
||||||
{
|
{
|
||||||
tag: "link",
|
tag: "link",
|
||||||
attrs: {
|
attrs: {
|
||||||
rel: "icon",
|
rel: "icon",
|
||||||
href: "/favicon-v3.ico",
|
href: "/favicon-neuron-32.png",
|
||||||
sizes: "32x32",
|
sizes: "32x32",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -140,7 +140,7 @@ export default defineConfig({
|
|||||||
attrs: {
|
attrs: {
|
||||||
rel: "icon",
|
rel: "icon",
|
||||||
type: "image/png",
|
type: "image/png",
|
||||||
href: "/favicon-96x96-v3.png",
|
href: "/neuron/neuron-icon-128.png",
|
||||||
sizes: "96x96",
|
sizes: "96x96",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -148,7 +148,7 @@ export default defineConfig({
|
|||||||
tag: "link",
|
tag: "link",
|
||||||
attrs: {
|
attrs: {
|
||||||
rel: "apple-touch-icon",
|
rel: "apple-touch-icon",
|
||||||
href: "/apple-touch-icon-v3.png",
|
href: "/apple-touch-icon-neuron.png",
|
||||||
sizes: "180x180",
|
sizes: "180x180",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -167,8 +167,8 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
customCss: ["./src/styles/custom.css"],
|
customCss: ["./src/styles/custom.css"],
|
||||||
logo: {
|
logo: {
|
||||||
light: "./src/assets/logo-light.svg",
|
light: "/neuron/neuron-wordmark-on-light.png",
|
||||||
dark: "./src/assets/logo-dark.svg",
|
dark: "/neuron/neuron-wordmark-on-dark.png",
|
||||||
replacesTitle: true,
|
replacesTitle: true,
|
||||||
},
|
},
|
||||||
sidebar: [
|
sidebar: [
|
||||||
|
|||||||
|
After Width: | Height: | Size: 66 KiB |
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 66 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 12 KiB |