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?
optionalhtmlTemplate?:string
Defined in: inertia/src/types.ts:48
Path to the HTML template. Default: 'resources/app.html'
version?
optionalversion?:string
Defined in: inertia/src/types.ts:50
Current asset version string. Used for cache-busting (409 responses).
assetsUrl?
optionalassetsUrl?:string
Defined in: inertia/src/types.ts:52
Public URL prefix for built assets. Default: '/assets'