Skip to content

Commit d995c6d

Browse files
committed
Update netlify.toml
1 parent c7be803 commit d995c6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

netlify.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
[build.environment]
55
NODE_VERSION = "20"
66

7-
[[edge_functions]]
8-
path = "/*"
9-
function = "redirect"
10-
117
[[edge_functions]]
128
path = "/shorten"
139
function = "shorten"
@@ -19,3 +15,7 @@
1915
[[edge_functions]]
2016
path = "/latest"
2117
function = "latest"
18+
19+
[[edge_functions]]
20+
path = "/*"
21+
function = "redirect"

0 commit comments

Comments
 (0)