mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-05 01:47:25 +00:00
11ty: lint
This commit is contained in:
parent
3f4141e194
commit
e5f3efea09
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ export default function(eleventyConfig) {
|
||||||
eleventyConfig.addPassthroughCopy('src/_assets/fonts/')
|
eleventyConfig.addPassthroughCopy('src/_assets/fonts/')
|
||||||
eleventyConfig.addPassthroughCopy('src/_assets/img/')
|
eleventyConfig.addPassthroughCopy('src/_assets/img/')
|
||||||
/* Favicon*/
|
/* Favicon*/
|
||||||
eleventyConfig.addPassthroughCopy({ 'src/_assets/favicon' : '/' } );
|
eleventyConfig.addPassthroughCopy({ 'src/_assets/favicon' : '/' })
|
||||||
/* Plugins*/
|
/* Plugins*/
|
||||||
eleventyConfig.addPlugin(EleventyI18nPlugin, {
|
eleventyConfig.addPlugin(EleventyI18nPlugin, {
|
||||||
defaultLanguage: 'en',
|
defaultLanguage: 'en',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue