Skip to content

Commit

Permalink
docs: fix type client only -> client-only
Browse files Browse the repository at this point in the history
  • Loading branch information
saideepesh000 committed Sep 18, 2022
1 parent af8c7b8 commit fcb127a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/3.guide/4.deploy/2.static-hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ defineNuxtConfig({
```

::alert{type=warning}
Nuxt Content highly depends on [Nuxt's server engine](https://v3.nuxtjs.org/guide/concepts/server-engine). The only way to have server engine in client only rendering is to use Service Workers.
Nuxt Content highly depends on [Nuxt's server engine](https://v3.nuxtjs.org/guide/concepts/server-engine). The only way to have server engine in client-only rendering is to use Service Workers.
::

0 comments on commit fcb127a

Please sign in to comment.