You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -161,7 +161,7 @@ Follow these instructions to deploy to a custom domain, suitable for running a p
161
161
1. Add a [Cache Rule](https://developers.cloudflare.com/cache/how-to/cache-rules/) for the entire bucket, specifying `Respect origin TTL` as the `Browser TTL` option.
162
162
1. Add a [Compression Rule](https://developers.cloudflare.com/rules/compression-rules/) to enable compression for the `/tile/data` path.
163
163
164
-
1. Deploy the worker with `npx wrangler -e=${ENV} deploy`.
164
+
1. Deploy the worker with `npx wrangler -e=${ENV} deploy`.
165
165
166
166
### Reset the worker
167
167
@@ -199,4 +199,4 @@ This project ports code from [sunlight](https://github.com/FiloSottile/sunlight)
199
199
200
200
## License
201
201
202
-
The project is licensed under the [BSD-3-Clause License](./LICENSE).
202
+
The project is licensed under the [BSD-3-Clause License](./LICENSE).
0 commit comments