diff --git a/README.md b/README.md index 900a64a..a1bb2fc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Go SPA Serve +# Go SPA Serve +[![codecov](https://codecov.io/gh/jrschumacher/go-spaserve/graph/badge.svg?token=W99WAK10IX)](https://codecov.io/gh/jrschumacher/go-spaserve) Go SPA Serve is a simple package that serves static files specifically focused on serving single page applications (SPA). Generally, this can be used to instead of the stdlib `http.FileServer`, but the main use case is to serve a SPA with a @@ -12,7 +13,3 @@ runtime by injecting them into the head tag of the served HTML file. Vite is a fantastic build tool, but it doesn't support loading environment variables at runtime. This becomes quite a problem when you build a single image for multiple environments or need to build images for on-premises deployments where you can't bake in the environment variables. - -## Code Coverage - -[![codecov](https://codecov.io/gh/jrschumacher/go-spaserve/graph/badge.svg?token=W99WAK10IX)](https://codecov.io/gh/jrschumacher/go-spaserve)