Skip to content

Commit

Permalink
Fix project page not being built
Browse files Browse the repository at this point in the history
  • Loading branch information
natebass authored and natebass committed Aug 10, 2023
1 parent 126d178 commit ba1006c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
1 change: 0 additions & 1 deletion eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
*/
const eleventyConfig = config => {
config.ignores.add("README.md");
config.ignores.add("projects/");
config.ignores.add("blog/");
config.ignores.add("_posts/");
config.addPassthroughCopy("css");
Expand Down
26 changes: 0 additions & 26 deletions projects/projects.json

This file was deleted.

0 comments on commit ba1006c

Please sign in to comment.