【发布时间】:2020-04-29 02:48:11
【问题描述】:
我刚刚开始使用 Gatsby 并使用以下模板:yellowcake
我想更改默认路径名(特别是帖子),但在尝试更改 config.yml 中的“帖子”后,我尝试使用新路径访问的任何页面都会崩溃。我基本上想更改以下内容:
domain.com/posts/some-article-in-the-content-posts-folder
到
domain.com/my-custom-path/some-article-in-the-content-posts-folder
【问题讨论】:
-
你能分享你的 gatsby-node.js