mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +00:00
docs(cloudflare): add missing build section (#834)
This commit is contained in:
parent
b6065a2edf
commit
0cf6a6fe17
@ -29,6 +29,10 @@ zone_id = ""
|
|||||||
[site]
|
[site]
|
||||||
bucket = ".output/public"
|
bucket = ".output/public"
|
||||||
entry-point = ".output"
|
entry-point = ".output"
|
||||||
|
|
||||||
|
[build]
|
||||||
|
command = "NITRO_PRESET=cloudflare yarn nuxt build"
|
||||||
|
upload.format = "service-worker"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Testing locally
|
## Testing locally
|
||||||
|
Loading…
Reference in New Issue
Block a user