What is enable_aliasing in asset canister?

What is enable_aliasing in asset canister?

The enable_aliasing boolean option allows you to toggle for whether to serve the html assets both as /route and /route.html.
More concretely, serving /path/to/my/asset also enables serving /path/to/my/asset.html and /path/to/my/asset/index.html if the option is enabled.

1 Like