Skip to content

Commit 8bb10ff

Browse files
committed
use self-hosted brand logo
1 parent bc8925d commit 8bb10ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BlogLoader.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let transform = (mdx: Mdx.attributes): BlogApi.post => {
1919
username: "rescript-team",
2020
fullname: "ReScript Team",
2121
role: "Core Development",
22-
imgUrl: "https://pbs.twimg.com/profile_images/1358354824660541440/YMKNWE1V_400x400.png",
22+
imgUrl: "/brand/rescript-brandmark.svg",
2323
social: X("rescriptlang"),
2424
}),
2525
co_authors: (mdx.co_authors->Nullable.getOr([]) :> array<BlogFrontmatter.author>),

src/common/BlogFrontmatter.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ let authors = [
5555
username: "rescript-team",
5656
fullname: "ReScript Team",
5757
role: "Core Development",
58-
imgUrl: "https://pbs.twimg.com/profile_images/1358354824660541440/YMKNWE1V_400x400.png",
58+
imgUrl: "/brand/rescript-brandmark.svg",
5959
social: X("rescriptlang"),
6060
},
6161
{

0 commit comments

Comments
 (0)