Skip to content

Commit e8047cf

Browse files
committed
docs: fix typos
1 parent c782f00 commit e8047cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/app/pages/changelog/[slug].vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ const title = post.value.seo?.title || post.value.title
2424
const description = post.value.seo?.description || post.value.description
2525
2626
useSeoMeta({
27-
titleTemplate: '%s · NuxtHub Blog',
27+
titleTemplate: '%s · NuxtHub Changelog',
2828
title,
2929
description,
3030
ogDescription: description,
31-
ogTitle: `${title} · NuxtHub Blog`
31+
ogTitle: `${title} · NuxtHub Changelog`
3232
})
3333
3434
if (post.value.image && import.meta.server) {

docs/content/changelog/nuxthub-multi-vendor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ As we move toward a fully self-hosted, multi-cloud future, we're making importan
138138

139139
We've added a **guided migration tool** directly in [NuxtHub Admin](https://admin.hub.nuxt.com). This tool helps you:
140140

141-
- **Stay on Cloudflare**: Keep your project on Cloudflare with `wrangler.jsonc`
142-
- **Move to Vercel**: Migrate your project and optionally database, KV, and blob storage to Vercel
141+
- **Stay on Cloudflare**: Keep your project on Cloudflare with current bindings using `wrangler.jsonc`
142+
- **Move to Vercel**: Migrate your project and optionally migrate the database, KV, and blob storage to Vercel
143143

144144
The migration tool walks you through each step, ensuring your data and configuration are preserved.
145145

0 commit comments

Comments
 (0)