Gregory Plüss
Results
2
comments of
Gregory Plüss
@shootaroo Fantastic module, thank you!
My `config/statamic/sites.php` looks like this: ``` 'sites' => [ 'en' => [ 'name' => 'English', 'locale' => 'en_US', 'url' => env('APP_URL') . '/en/', ], 'de' => [ 'name' => 'Deutsch',...