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.
I am using sapper version 0.28.10 svelte 3.31.0 and trying to create a static version of the site with sapper npx sapper export --legacy --entry "/crawl" where I have added all my static pages in a tags.
As per documentation I should get route1/index.htmlroute2/index.htmlroute3/index.html since sapper crawls all a tags but instead I only get crawl/index.html
The text was updated successfully, but these errors were encountered:
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
I am using sapper version 0.28.10 svelte 3.31.0 and trying to create a static version of the site with sapper
npx sapper export --legacy --entry "/crawl"
where I have added all my static pages in a tags.The crawl.svelte file looks like
As per documentation I should get
route1/index.html
route2/index.html
route3/index.html
since sapper crawls alla
tags but instead I only get crawl/index.htmlThe text was updated successfully, but these errors were encountered: