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
Aleph.js v0.3.0-alpha.1
I use aleph init to create my project, and create a markdown file in pages dir.
aleph init
pages
like this
pages ├── about.md ├── index.tsx └── post └── index.tsx
when I run aleph dev to start the server, I got such message, when I visit /about, it returns 404, when I visite /about.md, it throw an Error.
aleph dev
/about
/about.md
The text was updated successfully, but these errors were encountered:
@KylinLee, please note that we already removed the builtin markdown page routing in 0.3, i will update docs later.
Sorry, something went wrong.
but a plugin will be added to support markdown pages in the future.
Thanks
No branches or pull requests
Aleph.js v0.3.0-alpha.1
I use
aleph init
to create my project, and create a markdown file inpages
dir.like this
when I run
aleph dev
to start the server, I got such message, when I visit/about
, it returns 404, when I visite/about.md
, it throw an Error.The text was updated successfully, but these errors were encountered: