new .md files not being found (404) #74
-
This may be a dumb question as I am not familiar with javascript, but I can't get new
Am I missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
For some reason the According to your idea, ideally a page This requirement doesn't seem to be highlighted in the documentation and some modifications may be needed? 🤔 |
Beta Was this translation helpful? Give feedback.
For some reason the
.md
file created in the directory needs to have a specific file name.According to your idea, ideally a page
example.com/test/
will be generated. The solution is also simple, you just need to rename the/urara/test/mytest.md
file to/urara/test/+page.md
, and then the page can be generated normally.This requirement doesn't seem to be highlighted in the documentation and some modifications may be needed? 🤔