Reorganize CSS structure #12

Merged
wonderfulfrog merged 5 commits from feat/css-reorg into main 2025-03-21 15:03:38 -07:00
Showing only changes of commit 1036b27614 - Show all commits

View file

@ -83,6 +83,12 @@ export default function (eleventyConfig) {
},
failOnError: false,
cacheOptions: {
directory: ".cache",
duration: "30d",
removeUrlQueryParams: false,
},
});
// --------------------- Passthrough File Copy -----------------------