nicoalbanese / kirimase

Build full-stack Next.js apps, incredibly fast
https://kirimase.dev
MIT License
2.37k stars 107 forks source link

Rename Dashboard Route #165

Open gaurangrshah opened 3 months ago

gaurangrshah commented 3 months ago

Is your feature request related to a problem? Please describe. Currently the kirimase scaffold generates a dashboard that routes to the /dashboard route. This works well, but for Saas project where we have user facing dashboard this route is taking up prime routing real-estate.

Describe the solution you'd like Rename the dashboard or allow renaming of dashboard via the kirimase.config.json so that we as devs have some control over this functionality.