Skip to content

Commit 55bd5ae

Browse files
committed
netlify
1 parent b0175e0 commit 55bd5ae

File tree

2 files changed

+23
-21
lines changed

2 files changed

+23
-21
lines changed

_redirects

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/index.html /build/dokka/html/kotlin-unsigned/index.html 200!
2+
/styles/* /build/dokka/html/styles/:splat 200!

netlify.toml

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

0 commit comments

Comments
 (0)