Skip to content

Commit d6c09c9

Browse files
authored
1 parent c95ef03 commit d6c09c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

netlify.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
publish = "contrib/build"
33
command = "npx parcel build contrib/index.html --out-dir contrib/build"
44

5+
[[redirects]]
6+
from = "https://bitters.netlify.app/*"
7+
to = "https://github.com/thoughtbot/bitters"
8+
status = 301
9+
force = true
10+
511
[[redirects]]
612
from = "https://bitters.netlify.com/*"
713
to = "https://github.com/thoughtbot/bitters"

0 commit comments

Comments
 (0)