Does Kong CE support service static files (SPAs)?

I was looking for a method so i can have Kong to serve both APIs and SPAs in the same solution, for example
‘/login’ would serve s login SPA
‘/homepage’ would serve another SPA for homepage
‘/api’ would serve the API calls for JSON responses