Type Alias: Config
ts
type Config = object;The type for the app.config object
Properties
debugQueries?
ts
optional debugQueries?: boolean;Enable graphql query debugging
Default
ts
falsedebugTiming?
ts
optional debugTiming?: boolean;Enable request and render timing measurement
Default
ts
falseplayIntro?
ts
optional playIntro?: boolean;Play the intro animation
Default
ts
falsepreloadOnMouseOver?
ts
optional preloadOnMouseOver?: boolean;Preload pages on mouse over
Default
ts
falseviewTransition?
ts
optional viewTransition?: boolean;Use view transitions
Default
ts
falseXCraftSiteHeader?
ts
optional XCraftSiteHeader?: boolean;Enable X-Craft-Site Header
Default
ts
false