🚨 Disclaimer: Routify 3 is currently in Release Candidate stage.

Please be aware that while the documentation is comprehensive, it may contain inaccuracies or errors. The codebase is also subject to changes that could affect functionality. We appreciate your understanding and welcome any feedback or contributions.

guide

Faq

Can I use hashbased navigation?

Yes, hashbased navigation can be added by creating a URL rewrite.

urlRewrite: {
    toExternal: url => `##123;url}`, // prepend URLs with #
    toInternal: url => url.replace(/^.+#/, ''), // remove leading #
}    

How do I host on Github Pages

See Can I use hashbased navigation