You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As a user I want to manually set the front page route in my nuxt.config.js so I can have different front pages per frontend.
Describe the solution you'd like
Add 'frontpage' option to the DruxtRouter module options.
Is your feature request related to a problem? Please describe.
As a user I want to manually set the front page route in my nuxt.config.js so I can have different front pages per frontend.
Describe the solution you'd like
frontpage: '/path/alias'
Describe alternatives you've considered
pages/index.vue
and render anything you want, including<DruxtRouter path="/node/1" />
Additional context
N/A
The text was updated successfully, but these errors were encountered: