You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Use the getStaticPaths and prerender those paths, but also deploy the renderer// to handle any other matching route.// For example: `/blog/[slug].astro` could prerender all the existing posts// but also handle dynamically any unknown slug to redirect to the closest match// or show a custom 404 page just for the /blog/ subpathexportconstprerender='partial';// Prerenders the page but bundles the HTML into the SSR renderer, so it is served by the on-demand// renderer and goes through the middleware.exportconstprerender='bundled';
Original idea on Discord
The text was updated successfully, but these errors were encountered: