Skip to content

Commit 690b02d

Browse files
committed
netlify: fix redirect
1 parent 482d3f3 commit 690b02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publish = ".netlify/build"
44
command = "make"
55

66
# Permanent redirect from the netlify domain to the canonical domain
7-
#[[redirects]]
7+
[[redirects]]
88
from = "https://org-pietroalbini-botogram.netlify.com/*"
99
to = "https://botogram.pietroalbini.org/:splat"
1010
status = 301

0 commit comments

Comments
 (0)