How to change the website direction from ltr to rtl for nextra BLOG #2504
Unanswered
TajAlasfiyaa
asked this question in
Q&A
Replies: 1 comment
-
In your module.exports = withNextra({
i18n: {
locales: [..., 'ar-SA'],
}
}) and in your i18n: [
....
{ locale: 'ar-SA', text: 'العربية', direction: 'rtl' }
] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i want to make blog for myself but in my original language but its direction is rtl .
i try to add dir:'rtl' and direction:'rtl' but none of this work in my blog.
Beta Was this translation helpful? Give feedback.
All reactions