Skip to content

Commit

Permalink
adding redirect to madara launcher (#41)
Browse files Browse the repository at this point in the history
* adding redirect to madara launcher

* prettier changes
  • Loading branch information
SamrendraS authored Oct 14, 2024
1 parent bdf4806 commit 97b958f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,14 @@ module.exports = withNextra({
locales: ["en", "zh-CN"],
defaultLocale: "en",
},
async redirects() {
return [
{
source: "/launcher.sh",
destination:
"https://raw.githubusercontent.com/madara-alliance/madara/refs/heads/main/scripts/launcher",
permanent: false,
},
];
},
});

0 comments on commit 97b958f

Please sign in to comment.