chore: fix dep reference
This commit is contained in:
parent
188082043d
commit
81b3f2b7bb
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Reference in a new issue