@@ -116,6 +116,7 @@ Bun.serve({
},
});
"/healthz": new Response('ok'),
"/*": (req) => {
if(req.headers.get("shell-loaded") === "true") {
return compressResponse(renderToString(<NotFound />), 404);
The note is not visible to the blocked user.