Skip to content

Commit 1e6754e

Browse files
authored
fix: Update netlify.toml to remove newlines
Per build logs
1 parent 4e9e06e commit 1e6754e

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

netlify.toml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
from = "/discord"
33
to = "https://discord.gg/6MZWP8z"
44
status = 301
5-
65
[[redirects]]
7-
from = "/speaking
8-
to= "https://forms.gle/4q8sbAhx64wJmDWYA"
9-
status = 301
10-
6+
from = "/speaking
7+
to= "https://forms.gle/4q8sbAhx64wJmDWYA"
8+
status = 301
119
[[redirects]]
12-
from = "/archive
13-
to= "/archives
14-
status = 301
10+
from = "/archive
11+
to= "/archives
12+
status = 301

0 commit comments

Comments
 (0)