Routes
This guide explains how to define routes for navigating to different parts of the app.
The entry point for the Nectar app is
index.html
The paths for loading pages inside the app shell are defined inside
/assets/custom/js/routes.js
file.Inside
window.routes = [];
array, you can define all the routes.Last modified 16d ago