Skip to content

Commit 03ee171

Browse files
authored
Create redirect.js
1 parent c1b6a1e commit 03ee171

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

netlify/edge-functions/redirect.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export default () => Response.redirect("https://processing.org/contribs.txt");
2+
export const config = { path: "/contribs" };

0 commit comments

Comments
 (0)