Merge branch 'sb_backend_route_fixes' into 'develop'
Add additional backend URIs. See merge request soapbox-pub/soapbox!2039
This commit is contained in:
commit
4a44085a1a
1 changed files with 5 additions and 0 deletions
|
@ -131,6 +131,11 @@ const configuration: Configuration = {
|
||||||
'/socket',
|
'/socket',
|
||||||
'/static',
|
'/static',
|
||||||
'/unsubscribe',
|
'/unsubscribe',
|
||||||
|
'/images',
|
||||||
|
'/favicon.ico',
|
||||||
|
'/apple-touch-icon.png',
|
||||||
|
'/browserconfig.xml',
|
||||||
|
'/robots.txt',
|
||||||
];
|
];
|
||||||
|
|
||||||
if (backendRoutes.some(path => pathname.startsWith(path)) || pathname.endsWith('/embed')) {
|
if (backendRoutes.some(path => pathname.startsWith(path)) || pathname.endsWith('/embed')) {
|
||||||
|
|
Loading…
Reference in a new issue