Skip to content

crelte / / Config

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
false

debugTiming?

ts
optional debugTiming?: boolean;

Enable request and render timing measurement

Default

ts
false

playIntro?

ts
optional playIntro?: boolean;

Play the intro animation

Default

ts
false

preloadOnMouseOver?

ts
optional preloadOnMouseOver?: boolean;

Preload pages on mouse over

Default

ts
false

viewTransition?

ts
optional viewTransition?: boolean;

Use view transitions

Default

ts
false

XCraftSiteHeader?

ts
optional XCraftSiteHeader?: boolean;

Enable X-Craft-Site Header

Default

ts
false