chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-10-25 12:52:20 -07:00
parent 56c9a128f0
commit e327e44f1d
No known key found for this signature in database
38 changed files with 93 additions and 106 deletions

View file

@ -22,11 +22,8 @@ const appVersion = require("./package.json").version;
export default async function (eleventyConfig) {
eleventyConfig.addPlugin(syntaxHighlight);
eleventyConfig.addPlugin(tablerIcons);
if (process.env.ELEVENTY_PRODUCTION) eleventyConfig.addPlugin(cssConfig);
eleventyConfig.setServerOptions({ domdiff: false });
eleventyConfig.setWatchThrottleWaitTime(200);
eleventyConfig.setQuietMode(true);
eleventyConfig.configureErrorReporting({ allowMissingExtensions: true });
eleventyConfig.setLiquidOptions({
@ -105,7 +102,6 @@ export default async function (eleventyConfig) {
});
return {
passthroughFileCopy: true,
dir: {
input: "src",
includes: "includes",