Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lorissigrist/sveltekit-absolute-uri-crawling-repro
https://github.com/lorissigrist/sveltekit-absolute-uri-crawling-repro
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lorissigrist/sveltekit-absolute-uri-crawling-repro
- Owner: LorisSigrist
- Created: 2024-05-29T12:09:39.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-05-29T12:10:43.000Z (5 months ago)
- Last Synced: 2024-05-30T01:22:40.475Z (5 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `prerender.origin` crawling issue reproduction
This Repo demonstrates that absolute URLs and network-path-references are not crawled, even if they are on `prerender.origin` and the base path.
Run `pnpm build`, it should complain that `/[dynamic]` has not been found during crawling. However, it has been linked to in `routes/+page.svelte`.