verless / verless

A Static Site Generator designed for Markdown-based content with a focus on simplicity and performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix page registration in root route

dominikbraun opened this issue · comments

I mean a route like "/". It creates the index page but also a child with name "".

Originally posted by @aligator in #75 (comment)

Also ResolveRoute currently tries to read the "" child, which would fail when we remove it. -> it has to be fixed also

You should base this on my test-branch as I already added fixes such as returning an error, etc.