Blake Gentry

Results 189 comments of Blake Gentry

@ascorbic Just tried it, does not fix my issue. Hitting the path with the trailing slash gives me a 308 to the same route without the trailing slash. The content...

@ascorbic sure, [here's a simple repro](https://github.com/bgentry/astro-vercel-redirect-loop-demo) created with these steps: 1. Create a new Astro app 2. Install @astrojs/vercel 3. Add `sub/[...slug].astro` page with a simplified version of my content...

@ascorbic sorry, wasn't clear which version you wanted on the repro. Yes I have tried the experimental version, it did not fix the issue on my real app and it...

@ascorbic that is intentional. It works fine without the Vercel adapter and it worked fine with the adapter up until #373, which broke this behavior. The reason I need the...

@ascorbic the rest of my site relies on `trailingSlash: "never"` and predates the static generated pkg doc section that uses trailing slashes. The generated doc pages are served up by...

I rebased this branch on top of #589 now that it's merged. I also refactored our bulk insert methods so they use the same underlying code aside from a narrow...

I know we talked about potentially wanting to have the database transaction available as part of the middleware interface, but I think I've talked myself out of that. With the...

A version of this was merged in #632 and will be in the next release.

Hi @dragondgold! Yes, I believe this should be possible and fairly straightforward to add. I'm thinking it would take precedence over `ExcludeKind`—does that sound right to you?

Oh yeah this is a great call and something we should absolutely fix, thanks for reporting!