diff --git a/edge-functions/block-bots.js b/edge-functions/block-bots.js index ea3eb35..867813e 100644 --- a/edge-functions/block-bots.js +++ b/edge-functions/block-bots.js @@ -9,6 +9,8 @@ * path = "/*" * * Place at `netlify/edge-functions/block-bots.js` +* +* (Or adapt for your edge function-supporting platform of choice.) */ // inspired (and taken) from ethan marcotte's blog post