Skip to content

Commit 04e2b94

Browse files
authored
Removing link (#24467)
1 parent 48e09f3 commit 04e2b94

File tree

1 file changed

+1
-3
lines changed
  • src/content/docs/pages/tutorials/build-a-blog-using-nuxt-and-sanity

1 file changed

+1
-3
lines changed

src/content/docs/pages/tutorials/build-a-blog-using-nuxt-and-sanity/index.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tags:
1010
description: Build a blog application using Nuxt.js and Sanity.io and deploy it on Cloudflare Pages.
1111
---
1212

13-
import { Stream, PackageManagers } from "~/components";
13+
import { PackageManagers } from "~/components";
1414

1515
In this tutorial, you will build a blog application using Nuxt.js and Sanity.io and deploy it on Cloudflare Pages. Nuxt.js is a powerful static site generator built on the front-end framework Vue.js. Sanity.io is a headless CMS tool built for managing your application's data without needing to maintain a database.
1616

@@ -347,8 +347,6 @@ In `pages/index.vue`, you can use the `block-content` component to render a summ
347347
</style>
348348
```
349349

350-
<Stream id="cdf12588663302139f022c26c4e5cede" title="Nuxt & Sanity video" />
351-
352350
There are many other things inside of your blog schema that you can add to your project. As an exercise, consider one of the following to continue developing your understanding of how to build with a headless CMS:
353351

354352
- Create `pages/authors.vue`, and render a list of authors (similar to `pages/index.vue`, but for objects with `_type == "author"`)

0 commit comments

Comments
 (0)