Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit 9cf9b15

Browse files
committed
Update favicon links in blog post
1 parent c3ac1ec commit 9cf9b15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎blog/2021-08-26-welcome/2023-09-25-coderabbit-deep-dive.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ image: /img/blogs/founder_blog_meta.jpeg
1010
<head>
1111
<metacharSet="utf-8" />
1212
<linkrel="apple-touch-icon"sizes="180x180"href="/icons/apple-touch-icon.png" />
13-
<linkrel="icon"type="image/png"sizes="32x32"href="/icons/favicon-32x32.png" />
14-
<linkrel="icon"type="image/png"sizes="16x16"href="/icons/favicon-16x16.png"/>
13+
<linkrel="icon"type="image/png"sizes="32x32"href="/img/favIcon.png" />
14+
<linkrel="icon"type="image/png"sizes="16x16"href="/img/favIcon.png"/>
1515
<metacontent="/icons/apple-touch-icon.png"itemprop="image" />
1616
<linkrel="icon"href="/icons/favicon-32x32.ico"></link>
1717

@@ -21,11 +21,11 @@ image: /img/blogs/founder_blog_meta.jpeg
2121
<metaname="title"content="CodeRabbit: Bringing AI to Code Reviews" />
2222

2323
<metaproperty="og:type"content="article" />
24-
<metaproperty="og:url"content="https://coderabbit.ai/blog/coderabbit-deep-dive" />
24+
<metaproperty="og:url"content="https://blog.coderabbit.ai/blog/coderabbit-deep-dive" />
2525
<metaproperty="og:title"content="AI and the Future of Code Reviews: A Deep Dive into CodeRabbit" />
2626
<metaproperty="og:image"content="https://coderabbit.ai/founder_blog_meta.jpeg" />
2727

28-
<metaname="twitter:image"content="https://coderabbit.ai/founder_blog_meta.jpeg" />
28+
<metaname="twitter:image"content="https://blog.coderabbit.ai/img/blogs/founder_blog_meta.jpeg" />
2929
<metaname="twitter:card"content="summary_large_image" />
3030
<metaname="twitter:title"content="AI and the Future of Code Reviews: A Deep Dive into CodeRabbit" />
3131
</head>

0 commit comments

Comments
(0)