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
Copy file name to clipboardExpand all lines: src/content/docs/pages/framework-guides/deploy-a-nuxt-site.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ The [`create-cloudflare` CLI (C3)](/pages/get-started/c3/) will configure your N
35
35
<PackageManagers
36
36
type="create"
37
37
pkg="cloudflare@latest my-nuxt-app"
38
-
args="--framework=nux --platform=pages"
38
+
args="--framework=nuxt --platform=pages"
39
39
/>
40
40
41
41
C3 will ask you a series of setup questions and create a new project with [`nuxi` (the official Nuxt CLI)](https://github.com/nuxt/cli). C3 will also install the necessary adapters along with the [Wrangler CLI](/workers/wrangler/install-and-update/#check-your-wrangler-version).
0 commit comments