Skip to content

Commit

Permalink
chore: add Netlify redirect to tower/` (#572)
Browse files Browse the repository at this point in the history
Co-authored-by: Eliza Weisman <[email protected]>
  • Loading branch information
davidbarsky and hawkw authored Feb 25, 2021
1 parent 7461abc commit 208160e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .netlify.toml

This file was deleted.

8 changes: 8 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[build]
command = "rustup install nightly --profile minimal && cargo doc --features=full --no-deps && cp -r target/doc _netlify_out"
environment = { RUSTDOCFLAGS= "--cfg docsrs" }
publish = "_netlify_out"

[[redirects]]
from = "/"
to = "/tower"

0 comments on commit 208160e

Please sign in to comment.