Skip to content

Commit 056beee

Browse files
committed
netlify.toml redirect last attempt
1 parent 531035e commit 056beee

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

netlify.toml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
[[redirects]]
22
from = "/*"
3-
to = "/build/dokka/html/kotlin-unsigned"
4-
# status = 200
5-
#
6-
#[[redirects]]
7-
# from = "/build/dokka/html/images/*"
8-
# to = "/build/dokka/html/images/:splat"
9-
# status = 200
10-
# force = true
11-
#
12-
#[[redirects]]
13-
# from = "/build/dokka/html/scripts/*"
14-
# to = "/build/dokka/html/scripts/:splat"
15-
# status = 200
16-
# force = true
17-
#
18-
#[[redirects]]
19-
# from = "/build/dokka/html/styles/*"
20-
# to = "/build/dokka/html/styles/:splat"
21-
# status = 200
22-
# force = true
3+
to = "/build/dokka/html/kotlin-unsigned/"
4+
status = 200
5+
6+
[[redirects]]
7+
from = "/build/dokka/html/images/*"
8+
to = "/build/dokka/html/images/:splat"
9+
status = 200
10+
force = true
11+
12+
[[redirects]]
13+
from = "/build/dokka/html/scripts/*"
14+
to = "/build/dokka/html/scripts/:splat"
15+
status = 200
16+
force = true
17+
18+
[[redirects]]
19+
from = "/build/dokka/html/styles/*"
20+
to = "/build/dokka/html/styles/:splat"
21+
status = 200
22+
force = true

0 commit comments

Comments
 (0)