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
.