Skip to content

Commit 279b373

Browse files
committed
netlify
1 parent 55bd5ae commit 279b373

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

_redirects

Lines changed: 0 additions & 2 deletions
This file was deleted.

netlify.toml

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

0 commit comments

Comments
 (0)