Add a setting that we can specify a function that should be called as a default when the path isn't found. Ie: /does-not/exist falls back to /main/main
You can kind of accomplish this with rewrites on the component but I don't want to create a million rewrite rules. So a default would be nice.