refactor: moved assets to assets folder

This commit is contained in:
Laureηt 2021-10-07 18:31:05 +02:00
parent d2a5ea3ea2
commit 7c0bc3c9ca
No known key found for this signature in database
GPG key ID: D88C6B294FD40994
3 changed files with 1 additions and 2 deletions

View file

@ -6,10 +6,9 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy('pages/css');
eleventyConfig.addPassthroughCopy('pages/content');
eleventyConfig.addPassthroughCopy('assets/');
eleventyConfig.addPassthroughCopy({
"node_modules/chaffle/docs/chaffle.min.js": "javascript/chaffle.min.js",
"pages/favicon.ico": "favicon.ico"
});
eleventyConfig.addShortcode("year", () => {

View file

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB