We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90a8bcd + daf1939 commit b70ac9aCopy full SHA for b70ac9a
1 file changed
src/content/blog/ja/learn-cachedir-astro.mdx
@@ -106,7 +106,7 @@ my-astro-project/
106
107
### `.pnpm/v11`
108
- pnpmが依存パッケージを管理する内部ディレクトリの一部です。
109
-- Astro固有ではなく、pnpmがパッケージ解決や実体管理のために使う領域なのです。
+- Astro固有ではなく、pnpmがパッケージ解決や実体管理のために使う場所です。
110
111
[^1]: `data-store.json`は、Content collectionsが読み込んだ記事やメタデータをAstro内部で扱いやすくするための保存先です。通常は開発者が直接編集するものではなく、元の`.md`や`.mdx`を編集します。
112
[^2]: Content collectionsは、AstroでMarkdownやMDXなどのコンテンツを型安全に管理するための仕組みです。公式ドキュメント: [Content collections | Astro Docs](https://docs.astro.build/ja/guides/content-collections/)
0 commit comments