11ty: add image folder

This commit is contained in:
He4eT 2025-02-19 00:27:02 +01:00
commit 2304d44f8c
2 changed files with 496 additions and 0 deletions

View file

@ -10,6 +10,7 @@ export default function(eleventyConfig) {
/* Assets */
eleventyConfig.addPassthroughCopy('src/_assets/css/**/*.css')
eleventyConfig.addPassthroughCopy('src/_assets/fonts/')
eleventyConfig.addPassthroughCopy('src/_assets/img/')
/* Plugins*/
eleventyConfig.addPlugin(EleventyI18nPlugin, {
defaultLanguage: 'en',

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 114 KiB