File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/docs/tutorial/part-6 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -182,9 +182,9 @@ When Gatsby builds the pages for your site, it creates routes based on the folde
182
182
* ` src/pages/index.js ` still lives at the ` / ` route.
183
183
* ` src/pages/blog/index.js ` lives at the ` /blog ` route.
184
184
* ` src/pages/blog/{mdx.slug}.js ` gets turned into multiple routes - one for each MDX node in the data layer.
185
- * Gatsby uses the MDX node with slug ` my-first-post ` to build a page that lives at the ` blog/my-first-post route ` .
186
- * Gatsby uses the MDX node with slug ` another-post ` to build a page that lives at the ` blog/another-post route ` .
187
- * Gatsby uses the MDX node with slug ` yet-another-post ` to build a page that lives at the ` blog/yet-another-post route ` .
185
+ * Gatsby uses the MDX node with slug ` my-first-post ` to build a page that lives at the ` blog/my-first-post ` route.
186
+ * Gatsby uses the MDX node with slug ` another-post ` to build a page that lives at the ` blog/another-post ` route.
187
+ * Gatsby uses the MDX node with slug ` yet-another-post ` to build a page that lives at the ` blog/yet-another-post ` route.
188
188
189
189
</Collapsible >
190
190
You can’t perform that action at this time.
0 commit comments