We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blog-plugin permalink with multiple locales are ignored.
1.0.0-alpha.30
clone sample repo
install dependecies yarn
yarn
run locally yarn dev:blog
yarn dev:blog
navigate to localhost:8080/jp/2018/12/26/first-article.html (404)
(confirmation) navigate to localhost:8080/jp/_posts/FirstArticle.html
localhost:8080/jp/2018/12/26/first-article.html should load the page
localhost:8080/jp/_posts/firstarticle.html loads the page
Your OS: MacOS Mojave 10.14.1
Node.js version: 10.14.2
Browser version: Firefox 64
Is this a global or local install? local
Which package manager did you use for the install? yarn
I can make a PR if interested.
The text was updated successfully, but these errors were encountered:
I am running into the same issue. Have you found a workaround until this is addressed?
Sorry, something went wrong.
We have reimplemented the blog plugin. (See: #36 (comment))
Could you help check if this issue exists at the new blog plugin? If yes, please create issue at there.
No branches or pull requests
Bug report
Blog-plugin permalink with multiple locales are ignored.
Version
1.0.0-alpha.30
Steps to reproduce
clone sample repo
install dependecies
yarn
run locally
yarn dev:blog
navigate to localhost:8080/jp/2018/12/26/first-article.html (404)
(confirmation) navigate to localhost:8080/jp/_posts/FirstArticle.html
What is expected?
localhost:8080/jp/2018/12/26/first-article.html should load the page
What is actually happening?
localhost:8080/jp/_posts/firstarticle.html loads the page
Other relevant information
Your OS:
MacOS Mojave 10.14.1
Node.js version:
10.14.2
Browser version:
Firefox 64
Is this a global or local install?
local
Which package manager did you use for the install?
yarn
I can make a PR if interested.
The text was updated successfully, but these errors were encountered: