server.htmlFallback
- Type:
false | 'index' - Default:
'index'
Whether to enable HTML fallback.
Default behavior
By default, when the request meets the following conditions and the corresponding resource is not found, it will fallback to index.html:
- The request is a
GETorHEADrequest - Which accepts
text/html(the request header accept type istext/htmlor*/*)
rsbuild.config.ts
Disable
If you do not want to enable HTML fallback, you can set server.htmlFallback to false.
rsbuild.config.ts
Customize
If server.htmlFallback cannot meet your needs, you can use server.historyApiFallback for more flexible settings.

