forked from miguel456/rbrecruiter
Add URLs which should not be localized
This commit is contained in:
parent
81c0b65404
commit
4e1b4f5afd
|
@ -55,6 +55,14 @@ return [
|
||||||
|
|
||||||
// URLs which should not be processed, e.g. '/nova', '/nova/*', '/nova-api/*' or specific application URLs
|
// URLs which should not be processed, e.g. '/nova', '/nova/*', '/nova-api/*' or specific application URLs
|
||||||
// Defaults to []
|
// Defaults to []
|
||||||
'urlsIgnored' => ['/skipped'],
|
'urlsIgnored' => [
|
||||||
|
'/js/*',
|
||||||
|
'/img/*',
|
||||||
|
'/css/*',
|
||||||
|
'/vendor/*',
|
||||||
|
'/app.css',
|
||||||
|
'/robots.txt',
|
||||||
|
'/slides/*'
|
||||||
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue