From fbd210a23fbef3369774f7b7b494dd5086aaa742 Mon Sep 17 00:00:00 2001 From: danilaverbena Date: Sat, 1 Aug 2026 21:37:35 +0300 Subject: [PATCH] fix(template): use live dcbadge host for the Discord badge dcbadge.vercel.app returns 404 and no longer serves badges, so every project scaffolded from templates/default started with a broken Discord badge. The service moved to dcbadge.limes.pink, which keeps the same API path and query parameters, so this is a host-only swap and the badge renders unchanged. --- templates/default/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/README.md b/templates/default/README.md index 02651b80..e47b924c 100644 --- a/templates/default/README.md +++ b/templates/default/README.md @@ -1,6 +1,6 @@ # Sample GenLayer project [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/license/mit/) -[![Discord](https://dcbadge.vercel.app/api/server/8Jm4v89VAu?compact=true&style=flat)](https://discord.gg/8Jm4v89VAu) +[![Discord](https://dcbadge.limes.pink/api/server/8Jm4v89VAu?compact=true&style=flat)](https://discord.gg/8Jm4v89VAu) [![Telegram](https://img.shields.io/badge/Telegram--T.svg?style=social&logo=telegram)](https://t.me/genlayer) [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/yeagerai.svg?style=social&label=Follow%20%40GenLayer)](https://x.com/GenLayer) [![GitHub star chart](https://img.shields.io/github/stars/yeagerai/genlayer-project-boilerplate?style=social)](https://star-history.com/#yeagerai/genlayer-js)