dbrattli / Felizia

Non-Static Website Application Generator inspired by Hugo
65 stars 3 forks source link

Question: Is the route limited to the routes in server.fs #11

Open mastoj opened 4 years ago

mastoj commented 4 years ago

Readin through the code in mode detail and found this: https://github.com/dbrattli/Felizia/blob/master/Felizia/server/Server.fs#L119-L128

Does this mean the level of nesting is limited to for levels deep at the moment? Not that I think it will be an issue for me, just curious.

dbrattli commented 4 years ago

Yes, that is a correct observation. I'm struggling a bit with setting up the routing so hard coded it for now. Will fix it some other time when I (or someone else) figure out a better way to handle this.