mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 05:29:53 +00:00
fix(web): favicon rename again
This commit is contained in:
parent
1b98f26794
commit
b7b2eae20c
29 changed files with 19 additions and 19 deletions
|
|
@ -32,13 +32,13 @@ export default defineConfig({
|
|||
solidJs(),
|
||||
starlight({
|
||||
title: "OpenCode",
|
||||
favicon: "/favicon-v2.svg",
|
||||
favicon: "/favicon-v3.svg",
|
||||
head: [
|
||||
{
|
||||
tag: "link",
|
||||
attrs: {
|
||||
rel: "icon",
|
||||
href: "/favicon-v2.ico",
|
||||
href: "/favicon-v3.ico",
|
||||
sizes: "32x32",
|
||||
},
|
||||
},
|
||||
|
|
@ -47,7 +47,7 @@ export default defineConfig({
|
|||
attrs: {
|
||||
rel: "icon",
|
||||
type: "image/png",
|
||||
href: "/favicon-96x96-v2.png",
|
||||
href: "/favicon-96x96-v3.png",
|
||||
sizes: "96x96",
|
||||
},
|
||||
},
|
||||
|
|
@ -55,7 +55,7 @@ export default defineConfig({
|
|||
tag: "link",
|
||||
attrs: {
|
||||
rel: "apple-touch-icon",
|
||||
href: "/apple-touch-icon-v2.png",
|
||||
href: "/apple-touch-icon-v3.png",
|
||||
sizes: "180x180",
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue