Skip to content

Commit f64f576

Browse files
Update next.config.js
1 parent 88ce71e commit f64f576

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

next.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,13 @@ module.exports = {
44
images: {
55
domains: ['avatars.githubusercontent.com', 'raw.githubusercontent.com'],
66
},
7+
async redirects() {
8+
return [
9+
{
10+
source: '/github',
11+
destination: 'https://github.com/max-programming/hacktoberfest-projects',
12+
permanent: true,
13+
},
14+
]
15+
},
716
};

0 commit comments

Comments
 (0)