Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Incorrect Static HTML generation #1805

Open
rupesh-raj opened this issue Dec 24, 2021 · 0 comments
Open

Incorrect Static HTML generation #1805

rupesh-raj opened this issue Dec 24, 2021 · 0 comments

Comments

@rupesh-raj
Copy link

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

<a href="404">404</a>
<a href="route1">route1</a>
<a href="route2">route2</a>
<a href="route3">route3</a>

As per documentation I should get route1/index.html route2/index.html route3/index.html since sapper crawls all a tags but instead I only get crawl/index.html

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant