Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
use self-hosted brand logo
  • Loading branch information
tsnobip committed Nov 25, 2025
commit 8bb10ff78b3fe3dc347f57c88d39be095dcf02e5
2 changes: 1 addition & 1 deletion src/BlogLoader.res
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let transform = (mdx: Mdx.attributes): BlogApi.post => {
username: "rescript-team",
fullname: "ReScript Team",
role: "Core Development",
imgUrl: "https://pbs.twimg.com/profile_images/1358354824660541440/YMKNWE1V_400x400.png",
imgUrl: "/brand/rescript-brandmark.svg",
social: X("rescriptlang"),
}),
co_authors: (mdx.co_authors->Nullable.getOr([]) :> array<BlogFrontmatter.author>),
Expand Down
2 changes: 1 addition & 1 deletion src/common/BlogFrontmatter.res
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ let authors = [
username: "rescript-team",
fullname: "ReScript Team",
role: "Core Development",
imgUrl: "https://pbs.twimg.com/profile_images/1358354824660541440/YMKNWE1V_400x400.png",
imgUrl: "/brand/rescript-brandmark.svg",
social: X("rescriptlang"),
},
{
Expand Down