mirror of
https://github.com/cinnyapp/cinny.git
synced 2024-11-20 06:49:52 +01:00
34 lines
531 B
TOML
34 lines
531 B
TOML
|
[[redirects]]
|
||
|
from = "/config.json"
|
||
|
to = "/config.json"
|
||
|
status = 200
|
||
|
|
||
|
[[redirects]]
|
||
|
from = "/manifest.json"
|
||
|
to = "/manifest.json"
|
||
|
status = 200
|
||
|
|
||
|
[[redirects]]
|
||
|
from = "/olm.wasm"
|
||
|
to = "/olm.wasm"
|
||
|
status = 200
|
||
|
|
||
|
[[redirects]]
|
||
|
from = "/pdf.worker.min.js"
|
||
|
to = "/pdf.worker.min.js"
|
||
|
status = 200
|
||
|
|
||
|
[[redirects]]
|
||
|
from = "/public/*"
|
||
|
to = "/public/:splat"
|
||
|
status = 200
|
||
|
|
||
|
[[redirects]]
|
||
|
from = "/assets/*"
|
||
|
to = "/assets/:splat"
|
||
|
status = 200
|
||
|
|
||
|
[[redirects]]
|
||
|
from = "/*"
|
||
|
to = "/index.html"
|
||
|
status = 200
|