isAdrisal
Deno KV performance within Deno Deploy Platform (Free Tier)
https://deno.com/blog/kv#run-locally-or-managed
Deno KV uses sqlite on your disk when running locally, which is why response times are near-instant
2 replies
.well-known/ for Fediverse integration
Hey @Adam Argyle! I'm sure there's a better way than this, but I'd do it by creating a middleware in
routes/_middleware.ts
like this:
It's just a simple little redirect handler that uses web standard URL Patterns to construct the redirect matching rules.5 replies