Interface RedirectOptions

Options of the redirect function.

interface RedirectOptions {
    isPermanent?: boolean;
}

Properties

Properties

isPermanent?: boolean

If true then the permanent redirect is rendered.

false