If you are using the new version of the clerk just make some changes in the .env.local
and add the following code in it NEXT_PUBLIC_CLERK_AFTER_SIGN_OUT_URL=/sign-in
but also make sure that you have done this as well <SignOutButton signOutOptions={{redirectUrl:"/sign-in"}}>