File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/content/docs/2.features Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: Build realtime experiences with NuxtHub using Cloudflare Workers &
6
6
7
7
## Getting Started
8
8
9
- Enable [ Niro 's experimental WebSocket] ( https://nitro.build/guide/websocket ) support by adding the following to your ` nuxt.config.ts ` file:
9
+ Enable [ Nitro 's experimental WebSocket] ( https://nitro.build/guide/websocket ) support by adding the following to your ` nuxt.config.ts ` file:
10
10
11
11
``` ts [nuxt.config.ts]
12
12
export default defineNuxtConfig ({
@@ -84,4 +84,4 @@ onMounted(() => {
84
84
</template>
85
85
```
86
86
87
- See a full open source example on [ GitHub] ( https://github.com/nuxt-hub/multiplayer-globe ) , including geolocation tracking.
87
+ See a full open source example on [ GitHub] ( https://github.com/nuxt-hub/multiplayer-globe ) , including geolocation tracking.
You can’t perform that action at this time.
0 commit comments