Skip to content

Commit 5807fce

Browse files
committed
Add redirect to refined rebranding blog post, update start page link
1 parent 3112540 commit 5807fce

File tree

4 files changed

+7
-25
lines changed

4 files changed

+7
-25
lines changed

next.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ const config = {
3636
destination: '/community/overview',
3737
permanent: true,
3838
},
39+
{
40+
source: '/bucklescript-rebranding',
41+
destination: '/blog/bucklescript-is-rebranding',
42+
permanent: true,
43+
}
3944
]
4045
},
4146
};

pages/bucklescript-rebranding.mdx

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/layouts/LandingPageLayout.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/layouts/LandingPageLayout.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ let make = (~components=Markdown.default, ~children) => {
5656
</p>
5757
<p className="text-14 italic">
5858
{React.string("Previously known as BuckleScript and Reason (")}
59-
<Next.Link href="/bucklescript-rebranding">
59+
<Next.Link href="/blog/bucklescript-is-rebranding">
6060
<a className="text-fire hover:pointer hover:underline">
6161
{React.string("Learn more")}
6262
</a>

0 commit comments

Comments
 (0)