diff --git a/index.ts b/index.ts index 49796be..f485c08 100644 --- a/index.ts +++ b/index.ts @@ -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())