Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ project:
- "/docs/download/_download.json"
- "/docs/download/_prerelease.json"
- "/_redirects"
- "/netlify.toml"
- "/docs/blog/posts/2024-07-02-beautiful-tables-in-typst/demo"
- "/.well-known/atproto-did"

Expand Down
12 changes: 12 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Static redirects for tool downloads
# (Dynamic Quarto release redirects are in _redirects, auto-generated by CI)

# veraPDF installer - PDF/A validation tool
# Open wildcard redirect: any version passes through to S3
# - No netlify.toml update needed when veraPDF version changes
# - Invalid versions simply 404 at S3 level (S3 acts as validator)
# - Only used by `quarto install tool verapdf`, not public-facing
[[redirects]]
from = "/download/verapdf/:version/*"
to = "https://s3.amazonaws.com/rstudio-buildtools/quarto/verapdf/:version/:splat"
status = 301