From 8ca36607ec1302e141caa8b80471ed8b0b8e2627 Mon Sep 17 00:00:00 2001 From: Nova Kwok Date: Mon, 24 Jul 2023 16:35:44 +0800 Subject: [PATCH] Add blog URL (#261) --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index a8b5321..b4d37ae 100644 --- a/README.md +++ b/README.md @@ -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)