Skip to content

Commit

Permalink
Move non-referenced assets to dedicated public folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jegtnes committed Feb 29, 2024
1 parent 4212598 commit 5299987
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPlugin(metagen);
eleventyConfig.addPlugin(EleventyVitePlugin);

eleventyConfig.addPassthroughCopy("public");
eleventyConfig.addPassthroughCopy({ "src/assets/public": "public" });
eleventyConfig.addPassthroughCopy("src/assets");
eleventyConfig.addPassthroughCopy({ "src/assets/favicons": "public" });
eleventyConfig.addPassthroughCopy({ "src/*.txt": "public" });

const mdLib = markdownIt({
html: true,
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.

0 comments on commit 5299987

Please sign in to comment.