Routing

Methanol automatically constructs a routing hierarchy based on the structure of the pages/ directory.

MDX and Markdown Pages

.html Pages

Plain HTML files can also be placed within the pages/ directory. These are included in the production build and processed by Vite:

Example:

404 Page

Create pages/404.mdx to customize the "Not Found" page. This page is automatically hidden from the navigation menu.

Offline Page

Create pages/offline.mdx to customize the offline fallback page utilized by the built-in PWA. This page is also hidden from navigation by default.

Hidden vs. Excluded