Skip to content

Commit 16131c0

Browse files
committed
Add /details testing support to netlify
1 parent 40c3089 commit 16131c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

netlify.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
# Keep in sync with CI in .github/workflows/node.js.yml
33
NODE_VERSION = "24"
44

5+
[[redirects]]
6+
from = "/details/*"
7+
to = "/BookReaderDemo/demo-internetarchive.html"
8+
status = 200
9+
force = true
10+
511
[[headers]]
612
# Define which paths this specific [[headers]] block will cover.
713
for = "/BookReader/*"

0 commit comments

Comments
 (0)