We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6d442 commit 12dba3cCopy full SHA for 12dba3c
netlify.toml
@@ -4,19 +4,19 @@
4
status = 200
5
6
[[redirects]]
7
- from = "/build/dokka/html/images"
+ from = "/build/dokka/html/images/*"
8
to = "/build/dokka/html/images/:splat"
9
10
force = true
11
12
13
- from = "/build/dokka/html/scripts"
+ from = "/build/dokka/html/scripts/*"
14
to = "/build/dokka/html/scripts/:splat"
15
16
17
18
19
- from = "/build/dokka/html/styles"
+ from = "/build/dokka/html/styles/*"
20
to = "/build/dokka/html/styles/:splat"
21
22
0 commit comments