Skip to content

Commit 12dba3c

Browse files
committed
netlify.toml redirect trick²
1 parent 2e6d442 commit 12dba3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

netlify.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
status = 200
55

66
[[redirects]]
7-
from = "/build/dokka/html/images"
7+
from = "/build/dokka/html/images/*"
88
to = "/build/dokka/html/images/:splat"
99
status = 200
1010
force = true
1111

1212
[[redirects]]
13-
from = "/build/dokka/html/scripts"
13+
from = "/build/dokka/html/scripts/*"
1414
to = "/build/dokka/html/scripts/:splat"
1515
status = 200
1616
force = true
1717

1818
[[redirects]]
19-
from = "/build/dokka/html/styles"
19+
from = "/build/dokka/html/styles/*"
2020
to = "/build/dokka/html/styles/:splat"
2121
status = 200
2222
force = true

0 commit comments

Comments
 (0)