Skip to content

Commit 648371b

Browse files
authored
Update redirect.js
1 parent 03ee171 commit 648371b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify/edge-functions/redirect.js

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

0 commit comments

Comments
 (0)