Fixed community VS URL

This commit is contained in:
Eddie Annor 2024-08-13 13:13:43 +01:00 committed by GitHub
parent 0d94fd631d
commit 97fc89a34b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -258,7 +258,7 @@ const server = createServer(async (req, res) => {
if (
req.method == "GET" &&
url.pathname == "communityvs/.png"
url.pathname == "/communityvs.png"
) {
const opts = Object.fromEntries(
Array.from(url.searchParams.entries())