Skip to content

Commit 3a4c49d

Browse files
committed
favicon layout
1 parent c6ffaf0 commit 3a4c49d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/layout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)