Add URLs which should not be localized

This commit is contained in:
Miguel Nogueira 2020-09-02 18:53:17 +01:00
parent 81c0b65404
commit 4e1b4f5afd
1 changed files with 9 additions and 1 deletions

View File

@ -55,6 +55,14 @@ return [
// URLs which should not be processed, e.g. '/nova', '/nova/*', '/nova-api/*' or specific application URLs
// Defaults to []
'urlsIgnored' => ['/skipped'],
'urlsIgnored' => [
'/js/*',
'/img/*',
'/css/*',
'/vendor/*',
'/app.css',
'/robots.txt',
'/slides/*'
],
];