SvelteKit and Adapter-Static; Fetch caching #9666
Unanswered
jonshipman
asked this question in
Q&A
Replies: 1 comment
-
Not that I can recall. Whatever mechanism you implement for this can likely use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a builtin way to cache identical requests (internally) during the build process? I noticed that requests in the layout will repeat for every page (like the navigation or blog links in the footer) during build.
Curious if there's something like that already in there that needs a bool true before I add it ontop of my fetch wrapper.
Beta Was this translation helpful? Give feedback.
All reactions