diff --git a/src/components/Article.astro b/src/components/Article.astro index c07965f..3afbe25 100644 --- a/src/components/Article.astro +++ b/src/components/Article.astro @@ -21,7 +21,7 @@ const { preview = false, } = Astro.props; -const locale = 'ru'; +const locale = 'ru-RU'; ---