feat(brand): wire Neuron wordmark + icon into web product (favicons, header logo)
@@ -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: [
|
||||
|
||||
|
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 |