At various stages of inertia experience, you can configure various aspects of your setup and make use of the whole inertia ecosystem.Documentation Index
Fetch the complete documentation index at: https://inertiaserver.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Asset versioning
In thecreateInertia function, the version key is responsible for the asset versioning feature.
History encryption
If you want to enable or disable history encryption, you can:- define global
encryptHistorywhen setting up inertia - provide
encryptHistoryoption your page definition - add options to the
renderfunction of your page
Clearing history
To clear history, callclearHistory function on the server helper.