| 1 | // Regression fixtures for https://github.com/nuxt/nuxt/issues/33871: prerender |
| 2 | // must not deadlock when a fetch re-enters a URL already in the render chain. |
| 3 | export default defineNuxtRouteMiddleware(async (to) => { |
| 4 | if (to.path === '/prerender/loop-self') { |
nothing calls this directly
no test coverage detected