Merge branch 'web'
Added custom routing for SPA requests, api fallback and 404 not found page. Removed unnecessary includes in App.tsx
Merge branch 'web'
Changed logo text to h1 tag. Added spa static files caching.
Merge branch 'web'
Updated docker-compose config to mount sitemap into nginx container.
Added redirect to app root when using non-existing relative urls.
Fixed issue with IEnumerable arguments in repository methods. Fixed issue with predefined values pagination rows count display.