Skip to content

How to disable SPA on your Themes site

If your Themes site is SPA-enabled (single page application), but you are not using any SPA-related features, you may disable SPA on your site.

To disable SPA, FUSION_SERVICE_WORKER in the index.json file of the environment directory should be set to false:

/environment/index.json
{
"FUSION_SERVICE_WORKER": false,
}