From 81b3f2b7bbc48fa7a04959c883f2f7b723188ad7 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 5 May 2024 14:44:24 -0700 Subject: [PATCH] chore: fix dep reference --- .eleventy.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.eleventy.js b/.eleventy.js index 8854be67..9c512792 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -29,14 +29,6 @@ const appVersion = require('./package.json').version export default async function (eleventyConfig) { eleventyConfig.addPlugin(syntaxHighlight) eleventyConfig.addPlugin(tablerIcons) - eleventyConfig.addPlugin(postGraph, { - boxColorLight: '#d9dee4', - highlightColorLight: '#2563eb', - textColorLight: '#1f2937', - boxColorDark: '#4b515d', - highlightColorDark: '#60a5fa', - textColorDark: '#fff', - }) eleventyConfig.addPlugin(lightningCSS) // quiet build output