Skip to content

Commit 7106403

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

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

netlify.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
to = "/build/dokka/html/kotlin-unsigned/"
44
status = 200
55

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
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)