Skip to content

Commit eba5d04

Browse files
committed
fix: remove critical-css plugin
1 parent 57ae9a8 commit eba5d04

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

eleventy.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
import { EleventyHtmlBasePlugin } from '@11ty/eleventy'
22
import { purgePlugin } from './_plugins/purge.js'
33

4-
import criticalCss from 'eleventy-critical-css'
5-
64
export default function (eleventyConfig) {
7-
eleventyConfig.addPlugin(criticalCss)
85
eleventyConfig.addPassthroughCopy({
96
'./public/': '/',
107
})

0 commit comments

Comments
 (0)