mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update experiment config, force enabled single page app
This commit is contained in:
parent
e13959ae45
commit
f3a66fff61
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue