so local files are treated as routes? im having a hard time understanding this too. i know next.js treats the “pages” folder as routes, but why the images too?
i tried adding this to the server.js file but still no luck
router.get(“/images”, handleRequest)
router.post(“/images”, verifyRequest({ returnHeader: true }));