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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
By default it uses file name,
How can i get slugs to work with document driven mode.
So if i have
slug: nuxt-tutorial
in/blog/1.post-one.md
I want the url to be
/blog/nuxt-tutorial
I tried putting a catch-all page at
/pages/blog/[...slug].vue
however tht page does not execute at allAny ideas ?
I want to use document driven for other parts, except blog, where i want routes to be based on slugs
Beta Was this translation helpful? Give feedback.
All reactions