You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Currently, sapper export only saves URLs that are explicitly emitted by the middleware. This means that a redirect in app/server.js (for example) isn't reflected in the generated files.
Instead, the middleware should probably only emit data for non-page routes, and sapper export should save everything else based on fetch.
The text was updated successfully, but these errors were encountered:
Currently,
sapper export
only saves URLs that are explicitly emitted by the middleware. This means that a redirect inapp/server.js
(for example) isn't reflected in the generated files.Instead, the middleware should probably only emit data for non-page routes, and
sapper export
should save everything else based onfetch
.The text was updated successfully, but these errors were encountered: