mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: fix broken link (#4356)
This commit is contained in:
parent
3c59a9f59f
commit
497405fb5b
@ -14,7 +14,7 @@ Back to [presets list](/guide/deployment/presets).
|
|||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
You can create your own custom-built preset. See [the provided presets](https://github.com/nuxt/framework/blob/main/packages/nitro/src/presets) for examples.
|
You can create your own custom-built preset. See [the provided presets](https://github.com/unjs/nitro/tree/main/src/presets) for examples.
|
||||||
|
|
||||||
### Inline preset definition
|
### Inline preset definition
|
||||||
|
|
||||||
|
@ -39,4 +39,4 @@ NITRO_PRESET=worker npx nuxt build
|
|||||||
|
|
||||||
The worker preset produces a service worker that can provide full HTML rendering within a worker context (for example [Cloudflare Workers](/guide/deployment/cloudflare)). It registers appropriate handlers for `fetch`, `install` and `activate`.
|
The worker preset produces a service worker that can provide full HTML rendering within a worker context (for example [Cloudflare Workers](/guide/deployment/cloudflare)). It registers appropriate handlers for `fetch`, `install` and `activate`.
|
||||||
|
|
||||||
For more information you can see the [source code](https://github.com/nuxt/framework/blob/main/packages/nitro/src/runtime/entries/service-worker.ts).
|
For more information you can see the [source code](https://github.com/unjs/nitro/blob/main/src/presets/service-worker.ts).
|
||||||
|
Loading…
Reference in New Issue
Block a user