Add blog URL (#261)

This commit is contained in:
Nova Kwok 2023-07-24 16:35:44 +08:00 committed by GitHub
parent cd0a83a596
commit 8ca36607ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
[![codecov](https://codecov.io/gh/webp-sh/webp_server_go/branch/master/graph/badge.svg?token=VR3BMZME65)](https://codecov.io/gh/webp-sh/webp_server_go)
![Docker Pulls](https://img.shields.io/docker/pulls/webpsh/webp-server-go?style=plastic)
[Documentation](https://docs.webp.sh/) | [Website](https://webp.sh/)
[Documentation](https://docs.webp.sh/) | [Website](https://webp.sh/) | [WebP Cloud Services Blog](https://blog.webp.se/)
This is a Server based on Golang, which allows you to serve WebP images on the fly.
@ -16,9 +16,6 @@ This is a Server based on Golang, which allows you to serve WebP images on the f
> e.g When you visit `https://your.website/pics/tsuki.jpg`it will serve as `image/webp` format without changing the
> URL.
>
> ~~For Safari and Opera users, the original image will be used.~~
> We've now supported Safari/Chrome/Firefox on iOS 14/iPadOS 14
## Usage with Docker(recommended)