From 6dd8a0096a122a3a823fca32e3608c25a578fc5b Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Sat, 9 Jan 2021 19:43:39 +0800 Subject: [PATCH] vercel: remove vercel.json This repo no longer hosts sources of pages. --- README.md | 2 +- vercel.json | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 vercel.json diff --git a/README.md b/README.md index 3c7b331e..7e01cafc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Github Actions build status badge](https://github.com/jesec/flood/workflows/Build/badge.svg?branch=master&event=push)](https://github.com/jesec/flood/actions) [![Crowdin](https://badges.crowdin.net/flood/localized.svg)](https://crowdin.com/project/flood) [![Discord server badge](https://img.shields.io/discord/418267176873623553.svg?style=flat-square)](https://discord.gg/Z7yR5Uf) -Flood is a monitoring service for various torrent clients. It's a Node.js service that communicates with your favorite torrent client and serves a decent web UI for administration. This project is based on the [original Flood project](https://github.com/Flood-UI/flood). +Flood is a monitoring service for various torrent clients. It's a Node.js service that communicates with your favorite torrent client and serves a decent web UI for administration. [Flood-UI](https://github.com/Flood-UI) organization hosts related projects. #### Supported Clients diff --git a/vercel.json b/vercel.json deleted file mode 100644 index 80e57248..00000000 --- a/vercel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "github": { - "enabled": false - } -}