mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-05 01:47:25 +00:00
11ty: set Russian as the default language
This commit is contained in:
parent
e560a1d146
commit
47c88b1b02
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ export default function(eleventyConfig) {
|
|||
eleventyConfig.addPassthroughCopy({ 'src/_assets/favicon' : '/' })
|
||||
/* Plugins*/
|
||||
eleventyConfig.addPlugin(EleventyI18nPlugin, {
|
||||
defaultLanguage: 'en',
|
||||
defaultLanguage: 'ru',
|
||||
})
|
||||
eleventyConfig.addPlugin(IdAttributePlugin)
|
||||
/* Wrapper for Markdown Tables */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue