#The path for my md files dont work
4 messages · Page 1 of 1 (latest)
It looks like the projects folder is not nested under pages? https://docs.astro.build/en/guides/routing/#static-routes
move it there and then it should work
thank you that helped now i can navigate manually to the site but i dont quite understand why my href doesent work
i get this /projects/$%7Bfrontmatter.title%7D
from that <a href={/projects/${project.frontmatter.title}}>weiter</a>