i am having issues in making build with dynamic routes i use clerk for authentication and it has dynamic routes i.e app/sign-in/[[...sign-in]].page.tsx and app/sign-up/[[...sign-up]].page.tsx and i have static routes also i.e /dashboard , /dashboard/add-a-prospect so in my next config file i use export output but it only use for static file generation. I also use generateStaticParams and dynamic but the issue is not solved.