@nuxt/docs-nightly 4.2.1-29369446.432b6485 → 4.2.1-29369583.2f984b9a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -90,6 +90,10 @@ Nuxt provides a customizable route middleware framework you can use throughout y
90
90
  Route middleware runs within the Vue part of your Nuxt app. Despite the similar name, they are completely different from server middleware, which are run in the Nitro server part of your app.
91
91
  ::
92
92
 
93
+ ::important
94
+ Route middleware does **not** run for server routes (e.g. `/api/*`) or other server requests. To apply middleware to these requests, use [server middleware](/docs/4.x/guide/directory-structure/server#server-middleware) instead.
95
+ ::
96
+
93
97
  There are three kinds of route middleware:
94
98
 
95
99
  1. Anonymous (or inline) route middleware, which are defined directly in the pages where they are used.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/docs-nightly",
3
- "version": "4.2.1-29369446.432b6485",
3
+ "version": "4.2.1-29369583.2f984b9a",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",