File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export const metadata: Metadata = {
55 title : "Continuous AI" ,
66 description : "The practice of developing software with background agents" ,
77 icons : {
8- icon : '/favicon.svg?v=3 ' ,
8+ icon : '/favicon.svg?v=4 ' ,
99 } ,
1010} ;
1111
@@ -17,8 +17,8 @@ export default function RootLayout({
1717 return (
1818 < html lang = "en" >
1919 < head >
20- < link rel = "icon" href = "/favicon.svg?v=3 " type = "image/svg+xml" />
21- < link rel = "alternate icon" href = "/favicon.svg?v=3 " type = "image/svg+xml" />
20+ < link rel = "icon" href = "/favicon.svg?v=4 " type = "image/svg+xml" />
21+ < link rel = "alternate icon" href = "/favicon.svg?v=4 " type = "image/svg+xml" />
2222 < link rel = "preconnect" href = "https://fonts.googleapis.com" />
2323 < link
2424 rel = "preconnect"
You can’t perform that action at this time.
0 commit comments