diff --git a/src/content/docs/pages/tutorials/build-a-blog-using-nuxt-and-sanity/index.mdx b/src/content/docs/pages/tutorials/build-a-blog-using-nuxt-and-sanity/index.mdx index e298482914b7ca..125e83018ecab4 100644 --- a/src/content/docs/pages/tutorials/build-a-blog-using-nuxt-and-sanity/index.mdx +++ b/src/content/docs/pages/tutorials/build-a-blog-using-nuxt-and-sanity/index.mdx @@ -10,7 +10,7 @@ tags: description: Build a blog application using Nuxt.js and Sanity.io and deploy it on Cloudflare Pages. --- -import { Stream, PackageManagers } from "~/components"; +import { PackageManagers } from "~/components"; 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. @@ -347,8 +347,6 @@ In `pages/index.vue`, you can use the `block-content` component to render a summ ``` - - 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: - Create `pages/authors.vue`, and render a list of authors (similar to `pages/index.vue`, but for objects with `_type == "author"`)