Skip to content

Commit 5c1d116

Browse files
authored
Merge pull request #7960 from gioboa/fix/5068
docs: add plugin@ keyword for search indexing 🔎
2 parents be79ad2 + 447bd9d commit 5c1d116

File tree

1 file changed

+1
-1
lines changed
  • packages/docs/src/routes/docs/(qwikcity)/advanced/routing

1 file changed

+1
-1
lines changed

packages/docs/src/routes/docs/(qwikcity)/advanced/routing/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ The above example would render the html:
248248
</main>
249249
```
250250

251-
## Plugin with `plugin@<name>.ts`
251+
## Plugin with `plugin@` -> `plugin@<name>.ts`
252252

253253
`plugin.ts` and `plugin@<name>.ts` files can be created in the root of the `src/routes` directory to handle any incoming request before even the root layout executes.
254254

0 commit comments

Comments
 (0)