-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
feature / enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
on my fully static website I usually have a service worker that cache the pages on first load
Currently svelte-kit gives us a list of build files but not any list of pages
Describe the solution you'd like
it would be great if there was a way to get the list of pages (dynamic ones would be given their non actualised params)
Describe alternatives you've considered
One workaround is to read from the file system the routes, but this duplicate what svelte kit is already doing and would be brittle to emulate
How important is this feature to you?
This is important as otherwise I have to do some workaround as mentioned above
swyxio, devgar, Wolfr, msyyn, ynohtna and 26 moreacbeni and pzuraq
Metadata
Metadata
Assignees
Labels
feature / enhancementNew feature or requestNew feature or request