Skip to content

Commit

Permalink
i18n(zh-cn): Update some from-x.mdx (#10637)
Browse files Browse the repository at this point in the history
  • Loading branch information
liruifengv authored Jan 9, 2025
1 parent 7290618 commit a17d7d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ Gatsby 和 Astro 共享一些相似性,这将帮助你迁移你的项目:

### 迁移页面和文章

在 Gatsby 中,你的[页面和文章](/zh-cn/basics/astro-pages/)可能存在于 `src/pages/` 或者在 `src` 外部的其他文件夹,如 `content`。而在 Astro 中,**所有的页面内容必须位于 `src/` **
在 Gatsby 中,你的[页面和文章](/zh-cn/basics/astro-pages/)可能存在于 `src/pages/` 或者在 `src` 外部的其他文件夹,如 `content`。而在 Astro 中,除了使用 [内容集合](/zh-cn/guides/content-collections/)所有的页面内容必须位于 `src/`

#### React 页面

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export default function Head() {

在 Next.js 中,你的文章要么在 `/pages`,要么在 `/app/routeName/page.jsx`

在 Astro 中,**你所有的页面内容必须在 `src/`** 中,除了使用 [内容集合](/zh-cn/guides/content-collections/)
在 Astro 中,除了使用 [内容集合](/zh-cn/guides/content-collections/),所有的页面内容必须位于 `src/`

#### React 页面

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Astro 中的每个页面都要求显式存在 `<html>`,`<head>` 和 `<body>`

### 迁移页面和文章

在 NuxtJS 中,你的 [页面](/zh-cn/basics/astro-pages/) 位于 `/pages`。在 Astro 中,**页面的所有内容必须位于 `src/`** 中,除非你正在使用 [内容集合](/zh-cn/guides/content-collections/)
在 NuxtJS 中,你的 [页面](/zh-cn/basics/astro-pages/) 位于 `/pages`。在 Astro 中,除了使用 [内容集合](/zh-cn/guides/content-collections/),所有的页面内容必须位于 `src/`

#### Vue 页面

Expand Down

0 comments on commit a17d7d1

Please sign in to comment.