Skip to main content
zerotal

Documentation


Documentation / @zerotal/inertia / InertiaProviderOptions

Interface: InertiaProviderOptions

Defined in: inertia/src/types.ts:46

Options passed to InertiaProvider to configure the adapter at boot.

Properties

htmlTemplate?

optional htmlTemplate?: string

Defined in: inertia/src/types.ts:48

Path to the HTML template. Default: 'resources/app.html'


version?

optional version?: string

Defined in: inertia/src/types.ts:50

Current asset version string. Used for cache-busting (409 responses).


assetsUrl?

optional assetsUrl?: string

Defined in: inertia/src/types.ts:52

Public URL prefix for built assets. Default: '/assets'