mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-04 17:37:26 +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/img/')
|
||||
/* Favicon*/
|
||||
eleventyConfig.addPassthroughCopy({ 'src/_assets/favicon' : '/' } );
|
||||
eleventyConfig.addPassthroughCopy({ 'src/_assets/favicon' : '/' })
|
||||
/* Plugins*/
|
||||
eleventyConfig.addPlugin(EleventyI18nPlugin, {
|
||||
defaultLanguage: 'en',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue