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
b678d6dc02
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ export default function(eleventyConfig) {
|
||||||
eleventyConfig.addPassthroughCopy({ 'src/_assets/favicon' : '/' })
|
eleventyConfig.addPassthroughCopy({ 'src/_assets/favicon' : '/' })
|
||||||
/* Plugins*/
|
/* Plugins*/
|
||||||
eleventyConfig.addPlugin(EleventyI18nPlugin, {
|
eleventyConfig.addPlugin(EleventyI18nPlugin, {
|
||||||
defaultLanguage: 'en',
|
defaultLanguage: 'ru',
|
||||||
})
|
})
|
||||||
eleventyConfig.addPlugin(IdAttributePlugin)
|
eleventyConfig.addPlugin(IdAttributePlugin)
|
||||||
/* Wrapper for Markdown Tables */
|
/* Wrapper for Markdown Tables */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue