🐛 BUG: Netlify edge adapter doesnt create _redirects
#3325
Labels
- P4: important
Violate documented behavior or significantly impacts performance (priority)
What version of
astro
are you using?1.0.0-beta.24
Are you using an SSR adapter? If so, which one?
netlify
What package manager are you using?
npm
What operating system are you using?
mac
Describe the Bug
I found that you still need a
_redirects
file when using the netlify edge adapter. The 'regular' netlify adapter creates on for you — the edge adapter doesnt. Took me a while to figure out why my deployment wasnt working, it worked when I added the_redirects
file:/ /.netlify/edge-functions/entry 200
Link to Minimal Reproducible Example
astro.new
Participation
The text was updated successfully, but these errors were encountered: