To use RTL mode, you please customize the environment variable:
NEXT_PUBLIC_SITE_DIRECTION = rtl
At localhost, you edit/add environment variables in the .env or .env.local file.
.env
.env.local
At Vercel, to declare an Environment Variable for your deployment, go to the Environment Variables page of your Project Settings. - https://vercel.com/docs/projects/environment-variablesarrow-up-right
Last updated 1 year ago