feat: ajout de favicons

pull/1/head
Jalil Arfaoui 2022-08-09 21:51:50 +02:00
parent df16bd9fde
commit e458959032
8 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ module.exports = function(eleventyConfig) {
eleventyConfig.setUseGitIgnore(false);
eleventyConfig.addPassthroughCopy("src/*.png");
eleventyConfig.addPassthroughCopy("src/*.ico");
eleventyConfig.addPassthroughCopy("src/css");
eleventyConfig.addPassthroughCopy("src/dl");
eleventyConfig.addPassthroughCopy("src/images");

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

BIN
src/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

BIN
src/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 B

BIN
src/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 637 B

BIN
src/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
src/mstile-150x150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB