We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c3089 commit 16131c0Copy full SHA for 16131c0
netlify.toml
@@ -2,6 +2,12 @@
2
# Keep in sync with CI in .github/workflows/node.js.yml
3
NODE_VERSION = "24"
4
5
+[[redirects]]
6
+ from = "/details/*"
7
+ to = "/BookReaderDemo/demo-internetarchive.html"
8
+ status = 200
9
+ force = true
10
+
11
[[headers]]
12
# Define which paths this specific [[headers]] block will cover.
13
for = "/BookReader/*"
0 commit comments