mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-04 17:37:26 +00:00
11ty: lint config
This commit is contained in:
parent
e12198bfc5
commit
0ded10b6bb
1 changed files with 1 additions and 1 deletions
|
|
@ -7,6 +7,6 @@ export default function(eleventyConfig) {
|
||||||
eleventyConfig.setInputDirectory('src')
|
eleventyConfig.setInputDirectory('src')
|
||||||
eleventyConfig.setOutputDirectory('build')
|
eleventyConfig.setOutputDirectory('build')
|
||||||
eleventyConfig.addPlugin(EleventyI18nPlugin, {
|
eleventyConfig.addPlugin(EleventyI18nPlugin, {
|
||||||
defaultLanguage: 'en'
|
defaultLanguage: 'en',
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue