Skip to content

Commit 2f327d6

Browse files
authored
Update netlify.toml
1 parent ccb82a2 commit 2f327d6

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
@@ -75,6 +75,12 @@ HUGO_ENV = "production"
7575
status = 301
7676
force = true
7777

78+
[[redirects]]
79+
from = "/playground"
80+
to = "https://mybinder.org/v2/gh/pytorch-ignite/playground/HEAD?labpath=index.ipynb"
81+
status = 301
82+
force = true
83+
7884
[[redirects]]
7985
from = "/*"
8086
to = "/404.html"

0 commit comments

Comments
 (0)