@Isaac McFadyen Thanks for the example. If I'm not mistaken thats not quite the same as the Vercel l

@Isaac McFadyen Thanks for the example. If I'm not mistaken thats not quite the same as the Vercel link. SvelteKit just seem to be using the version to decide whether they should reload the app or not. By contrast Vercel seem to be tracking the function version that the app is served from so that any subsequent requests can be made in a way that they get routed to the same function. Even if this can be handled at a framework level, I would expect that within the pages function that serves the app initially, you would need to access the id of the function(and consequently the preview url) so that you had a way to force the routing of subsequent requests.
Was this page helpful?