Skip to content

Commit

Permalink
prettier changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SamrendraS committed Oct 14, 2024
1 parent b7b4346 commit ba3d001
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ module.exports = withNextra({
async redirects() {
return [
{
source: '/launcher.sh',
destination: 'https://raw.githubusercontent.com/madara-alliance/madara/refs/heads/main/scripts/launcher',
source: "/launcher.sh",
destination:
"https://raw.githubusercontent.com/madara-alliance/madara/refs/heads/main/scripts/launcher",
permanent: false,
},
];
},
});
});

0 comments on commit ba3d001

Please sign in to comment.