From 6ff33289900542eff0cfe4ef6f129529553166fe Mon Sep 17 00:00:00 2001 From: DuroCodes Date: Tue, 7 May 2024 17:03:34 -0400 Subject: [PATCH] fix: remove useless `+ ''` --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 34da8c9e1..9c41618fa 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -66,7 +66,7 @@ export default defineConfig({ }, sern: { name: 'sern Team', - url: GITHUB_URL + '', + url: GITHUB_URL, picture: 'https://github.com/sernbot.png', }, murtatrxx: {