Skip to content

Commit f9ccad0

Browse files
committed
update nuxt
1 parent 5834eb6 commit f9ccad0

File tree

1 file changed

+2
-9
lines changed
  • src/content/docs/workers/frameworks/framework-guides

1 file changed

+2
-9
lines changed

src/content/docs/workers/frameworks/framework-guides/nuxt.mdx

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,6 @@ To use `create-cloudflare` to create a new Nuxt project with <InlineBadge preset
2727
args={"--framework=nuxt --platform=workers"}
2828
/>
2929

30-
<Render
31-
file="c3-post-run-steps"
32-
product="workers"
33-
params={{
34-
category: "web-framework",
35-
framework: "Nuxt",
36-
}}
37-
/>
38-
3930
After setting up your project, change your directory by running the following command:
4031

4132
```sh
@@ -62,6 +53,8 @@ The following command will build and deploy your project. If you're using CI, en
6253

6354
Your Nuxt application can be fully integrated with the Cloudflare Developer Platform, in both local development and in production, by using product bindings. The [Nuxt documentation](https://nitro.unjs.io/deploy/providers/cloudflare#direct-access-to-cloudflare-bindings) provides information about configuring bindings and how you can access them in your Nuxt event handlers.
6455

56+
<Render file="frameworks-bindings" />
57+
6558
## Static assets
6659

6760
You can serve static assets your Nuxt application by placing them in [the `./public/` directory](https://nuxt.com/docs/guide/directory-structure/public). This can be useful for resource files such as images, stylesheets, fonts, and manifests.

0 commit comments

Comments
 (0)