For AI agents: a documentation index is available at /llms.txt
Skip to main content

HTMLRewriteInput

Options for rewriting page resource URLs before returning HTML.

input HTMLRewriteInput {
baseURL: String!
resources: [HTMLResourcePathInput!]!
}

Fields

HTMLRewriteInput.baseURL ● String! non-null scalar

The base URL used to resolve relative resource URLs.

HTMLRewriteInput.resources ● [HTMLResourcePathInput!]! non-null input

The resources to rewrite from absolute URLs to archive-relative paths.

Member Of

html mutation