Skip to content

Commit

Permalink
Add minify_html plugin (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
akimon658 committed Nov 6, 2024
1 parent b349eca commit b9459da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
2 changes: 2 additions & 0 deletions _config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import lume from "lume/mod.ts"
import jsx from "lume/plugins/jsx.ts"
import mdx from "lume/plugins/mdx.ts"
import metas from "lume/plugins/metas.ts"
import minifyHTML from "lume/plugins/minify_html.ts"
import multilanguage from "lume/plugins/multilanguage.ts"
import postcss from "lume/plugins/postcss.ts"
import redirects from "lume/plugins/redirects.ts"
Expand Down Expand Up @@ -157,6 +158,7 @@ site.use(mdx({
],
}))
site.use(metas())
site.use(minifyHTML())
site.use(redirects())

site.use(tailwindcss({
Expand Down
24 changes: 3 additions & 21 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b9459da

Please sign in to comment.