Skip to content

Commit 7cf2561

Browse files
committed
fix image imports after merge
1 parent 20227bb commit 7cf2561

7 files changed

+16
-16
lines changed

_blogposts/2020-08-28-new-rescript-logo.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Here it is!
1515

1616
<Image
1717
withShadow={false}
18-
src="/static/blog/rescript-launch/ReScript-1.jpg"
18+
src="/blog/rescript-launch/ReScript-1.jpg"
1919
caption="Comparison between the Reason, BuckleScript and ReScript logos"
2020
/>
2121

@@ -30,7 +30,7 @@ The new logo addresses all these and more:
3030

3131
<Image
3232
withShadow={false}
33-
src="/static/blog/rescript-launch/ReScript-2.jpg"
33+
src="/blog/rescript-launch/ReScript-2.jpg"
3434
caption="Logo comparison on social media"
3535
/>
3636

@@ -40,7 +40,7 @@ A minimal logo design is achieved by putting aside all distractions while focusi
4040

4141
<Image
4242
withShadow={false}
43-
src="/static/blog/rescript-launch/ReScript-4.jpg"
43+
src="/blog/rescript-launch/ReScript-4.jpg"
4444
caption="ReScript logo variations and usage examples"
4545
/>
4646

_blogposts/2020-11-26-editor-support-release-1-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ Happy thanksgiving!
3434

3535
<Image
3636
withShadow={false}
37-
src="/static/blog/editor_support_article.jpg"
37+
src="/blog/editor_support_article.jpg"
3838
caption="ReScript now offers autocompletion for VSCode and neovim (Sublime coming soon)"
3939
/>

_blogposts/2025-11-04-reforging-build-system.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
author: rescript-team
33
date: "2025-11-04"
4-
previewImg: /static/blog/rescript-12-reforging-build-system.png
5-
articleImg: /static/blog/rescript-12-reforging-build-system.png
4+
previewImg: /blog/rescript-12-reforging-build-system.png
5+
articleImg: /blog/rescript-12-reforging-build-system.png
66
badge: roadmap
77
title: "Reforging the ReScript Build System"
88
description: |

_blogposts/archived/2020-03-26-generalize-uncurry.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@ message leaks the underlying encoding -- now all those limitations are gone!
5353
**Previously:**
5454

5555
<img
56-
src="/static/blog/archive/poly-error.png"
56+
src="/blog/archive/poly-error.png"
5757
className="my-4 mx-auto max-h-[500px]"
5858
/>
5959

6060
<img
61-
src="/static/blog/archive/label-error.png"
61+
src="/blog/archive/label-error.png"
6262
className="my-4 mx-auto max-h-[500px]"
6363
/>
6464

6565
<img
66-
src="/static/blog/archive/recursive-error.png"
66+
src="/blog/archive/recursive-error.png"
6767
className="my-4 mx-auto max-h-[500px]"
6868
/>
6969

@@ -72,12 +72,12 @@ The error messages above are cryptic and hard to understand. And the limitation
7272
Now those limitations are all gone, you can have polymorphic uncurried recursive functions and it support labels.
7373

7474
<img
75-
src="/static/blog/archive/uncurry-label.png"
75+
src="/blog/archive/uncurry-label.png"
7676
className="my-4 mx-auto max-h-[500px]"
7777
/>
7878

7979
<img
80-
src="/static/blog/archive/recursive.png"
80+
src="/blog/archive/recursive.png"
8181
className="my-4 mx-auto max-h-[500px]"
8282
/>
8383

_blogposts/archived/2020-05-06-state-of-reasonml-org-2020-q2-pt1.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The initial work was mostly about understanding the information architecture, re
5151

5252
<Image
5353
withShadow={true}
54-
src="/static/blog/archive/reasonml-org-color-palette-retina.jpg"
54+
src="/blog/archive/reasonml-org-color-palette-retina.jpg"
5555
caption="Current state of the reasonml.org color palette"
5656
/>
5757

@@ -75,7 +75,7 @@ Our goal is to have a properly curated, well structured and streamlined overview
7575

7676
<Image
7777
withShadow={true}
78-
src="/static/blog/archive/reasonml-org-structure-retina.jpg"
78+
src="/blog/archive/reasonml-org-structure-retina.jpg"
7979
caption="First hand-sketches of the reasonml.org structure"
8080
/>
8181

_blogposts/archived/2020-05-12-state-of-reasonml-org-2020-q2-pt3.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ We don't have any **search functionality** yet, and this will take some more tim
3535
There were some solutions, but still, Algolia turned out to be the best candidate with its smallest pricing tier. We don't want to rely on the Algolia OSS webscraping API, since it doesn't give us enough control on manipulating the search results, and we need more control if we want to be able to design a custom search experience.
3636

3737
<Image
38-
src="/static/blog/archive/search-mockup.jpg"
38+
src="/blog/archive/search-mockup.jpg"
3939
withShadow={true}
4040
caption="A unified search overlay mockup for prose & API content"
4141
/>
@@ -47,7 +47,7 @@ We did the ground work for our search feature and we will get into more detail a
4747
We also invested a lot of time into thinking about the future of the Reason playground from a UX perspective. Our most important goal is to make it possible to switch BuckleScript versions on demand. We also wanted the relevant Reason version to be part of the playground bundle.
4848

4949
<Image
50-
src="/static/blog/archive/playground-mockup.jpg"
50+
src="/blog/archive/playground-mockup.jpg"
5151
withShadow={true}
5252
caption="UI mockup for the new playground (Desktop version)"
5353
/>

_blogposts/archived/2020-05-15-state-of-reasonml-org-2020-q2-pt4.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In the past few months, we observed more and more newcomers getting into the Buc
4545
Fair enough, the only "real numbers and statistics" we can showcase are vague, but still interesting: Just typing in ["reasonml" on Youtube](https://www.youtube.com/results?search_query=reasonml) shows a list of videos mostly targeted to JS audiences.
4646

4747
<Image
48-
src="/static/blog/archive/youtube-search-reasonml.jpg"
48+
src="/blog/archive/youtube-search-reasonml.jpg"
4949
withShadow={true}
5050
caption="Top hits on Youtube for 'reasonml' (not logged in, anonymous browser session)"
5151
/>

0 commit comments

Comments
 (0)