We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e96c252 + ecb6621 commit 6cd50d6Copy full SHA for 6cd50d6
docs/advanced-features/amp-support/amp-in-static-html-export.md
@@ -27,7 +27,7 @@ Next.js は、HTML ページに AMP ページへのリンクを自動的に挿
27
<link rel="canonical" href="/about" />
28
```
29
30
-[`exportTrailingSlash`](/docs/api-reference/next.config.js/exportPathMap.md#0cf7d6666b394c5d8d08a16a933e86ea) を有効にすると、 `pages/about.js` は以下のようにエクスポートされます:
+[`trailingSlash`](/docs/api-reference/next.config.js/trailingSlash.md) を有効にすると、 `pages/about.js` は以下のようにエクスポートされます:
31
32
- `out/about/index.html` - HTML ページ
33
- `out/about.amp/index.html` - AMP ページ
0 commit comments