Closed
Description
Describe the problem
adapter-static
is a source of confusion for people who believe that it allows you to somehow publish an app with dynamic server rendering and/or endpoints with POST/PATCH/DELETE/etc handlers to GitHub pages.
Describe the proposed solution
I haven't thought deeply about the implementation, beyond this:
- If pages are left unprerendered,
adapter-static
should throw an error unlessfallback
was specified. - If an endpoint has non-GET handlers,
adapter-static
should throw an error regardless of whetherfallback
was specified.
Alternatives considered
More complete documentation, and spending more time dealing with issues
Importance
would make my life easier
Additional Information
No response