How disable prefixing on /dashboard pages with next-intl while still running middleware to avoid unauthorized access
i want to disable route prefixing on /dashboard routes in my nextjs app.
here is my nextjs middleware.ts
i want to disable route prefixing on /dashboard routes in my nextjs app.
here is my nextjs middleware.ts