🚨 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
Introduction
Structure
In Routify files and folders in src/routes
are automatically mapped to routes.
A route can be written as src/routes/contact.svelte
or src/routes/contact/index.svelte
. Both of these URLs will correspond to /contact
.