Version of Novela you are using
0.13.2
Number of posts you have and which data source
Local: 3
Describe the bug
Following the README, I have set the authorsPath property in the theme options to override the default /authors, but nothing changed.
To Reproduce
Steps to reproduce the behavior:
gatsby-config.js@narative/gatsby-theme-novela plug-in configurationauthorsPath under options property and set it to, for example, "/about"Expected behavior
Authors page have the URL starting with /about.
Screenshots

Browser
Chrome, Safari, Firefox
Additional context
Nothing to add.
@dennismorello Have you found a workaround, just ran into this issue as well :(
Hi, I have no time in this period to fix it. Is anyone else available?
I can't even get the default authors page to work even with setting authorsPage to true in gastby config. Did you run into that issue as well?
0.13.3
Getting the AuthorsPage to load
404 page not found
I'm trying to enable the AuthorsPage feature
I enabled the option in gatsby-config.js
{
resolve: "@narative/gatsby-theme-novela",
options: {
contentPosts: "content/posts",
contentAuthors: "content/authors",
rootPath: "/",
basePath: "/",
authorsPage: true,
mailchimp: true,
sources: {
local: true,
contentful: false,
},
},
},
I deployed the site locally and on Netlify https://reverent-bohr-8e67e8.netlify.com
when i navogate to the authors page /authors I get a 404 error
@dennismorello Apologies for the late response, I am not sure if anyone else is available to fix this. How hard do you think it would be?
any updates ? authors page still broken
Most helpful comment
any updates ? authors page still broken