File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 >),
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments