Skip to content

Commit

Permalink
Feat/million rc release (#1035)
Browse files Browse the repository at this point in the history
* chore: redirect to million.dev

* fix: rewrites for vercel
  • Loading branch information
NisargIO committed May 21, 2024
1 parent 746e00f commit 25100ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion website/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ const config: DocsThemeConfig = {
</span>
);
},
logoLink: 'https://million.dev',
project: {
link: 'https://github.com/aidenybai/million',
icon: <GitHubIcon />,
Expand All @@ -121,7 +122,7 @@ const config: DocsThemeConfig = {
<p className="text-base pb-2 text-white font-bold">Resources</p>
<ul className="flex flex-col gap-2">
<li>
<a href="/docs/introduction" className="text-sm">
<a href="https://million.dev/docs" className="text-sm">
Documentation
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion website/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
{
"source": "/docs/automatic",
"destination": "/docs"
"destination": "https://million.dev/docs"
},
{
"source": "/kitchen-sink",
Expand Down

0 comments on commit 25100ba

Please sign in to comment.