Skip to content

How to disable SPA on your Themes site

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

To ensure that SPA is off, verify that the FUSION_SERVICE_WORKER in the index.json file of the environment directory is set to false:

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