Pages become routes
Add route components under frontend/app/pages and navigate with NuxtLink.
frontend/app/pages Build Nuxt pages in frontend/app and Encore APIs in backend/api.
The default layout provides navigation while each page owns its data and route metadata.
Add route components under frontend/app/pages and navigate with NuxtLink.
frontend/app/pagesKeep page chrome in layouts and reusable interface pieces in components.
frontend/app/layoutsCall backend endpoints through apiClient() inside useAsyncData or event handlers.
frontend/app/utils/api.ts