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.