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 has been archived by the owner on Jan 11, 2023. It is now read-only.
Describe the bug
Export will fail with a bad error message if Svelte has a route serving .html that does not contain
<base>
tag.The problematic code is
sapper/src/api/export.ts
Lines 188 to 190 in 4a0ffd1
If there is no
base_match
, there won't bebase_href
either soresolve
will receiveundefined
as the second argument.I think it might be safe to replace
base_href
withbasepath
received from options, but not sure.The text was updated successfully, but these errors were encountered: