Update experiment config, force enabled single page app

This commit is contained in:
Daniel Supernault 2021-12-28 19:37:30 -07:00
parent e13959ae45
commit f3a66fff61
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ return [
'polls' => env('EXP_POLLS', false),
'cached_public_timeline' => env('EXP_CPT', false),
'gps' => env('EXP_GPS', false),
'spa' => env('EXP_SPA', true),
'spa' => true,
];