Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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

<Stream id="cdf12588663302139f022c26c4e5cede" title="Nuxt & Sanity video" />

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"`)
Expand Down