refactor: moved assets to assets folder
This commit is contained in:
parent
d2a5ea3ea2
commit
7c0bc3c9ca
|
@ -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", () => {
|
||||
|
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
Reference in a new issue