Skip to content

Commit ba3d001

Browse files
committed
prettier changes
1 parent b7b4346 commit ba3d001

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

next.config.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ module.exports = withNextra({
1111
async redirects() {
1212
return [
1313
{
14-
source: '/launcher.sh',
15-
destination: 'https://raw.githubusercontent.com/madara-alliance/madara/refs/heads/main/scripts/launcher',
14+
source: "/launcher.sh",
15+
destination:
16+
"https://raw.githubusercontent.com/madara-alliance/madara/refs/heads/main/scripts/launcher",
1617
permanent: false,
1718
},
1819
];
1920
},
20-
});
21+
});

0 commit comments

Comments
 (0)