mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-04 17:37:26 +00:00
11ty: add image folder
This commit is contained in:
parent
586491a7fa
commit
2304d44f8c
2 changed files with 496 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ export default function(eleventyConfig) {
|
||||||
/* Assets */
|
/* Assets */
|
||||||
eleventyConfig.addPassthroughCopy('src/_assets/css/**/*.css')
|
eleventyConfig.addPassthroughCopy('src/_assets/css/**/*.css')
|
||||||
eleventyConfig.addPassthroughCopy('src/_assets/fonts/')
|
eleventyConfig.addPassthroughCopy('src/_assets/fonts/')
|
||||||
|
eleventyConfig.addPassthroughCopy('src/_assets/img/')
|
||||||
/* Plugins*/
|
/* Plugins*/
|
||||||
eleventyConfig.addPlugin(EleventyI18nPlugin, {
|
eleventyConfig.addPlugin(EleventyI18nPlugin, {
|
||||||
defaultLanguage: 'en',
|
defaultLanguage: 'en',
|
||||||
|
|
|
||||||
495
src/_assets/img/common/tower.svg
Normal file
495
src/_assets/img/common/tower.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 114 KiB |
Loading…
Add table
Add a link
Reference in a new issue