Skip to content

Commit

Permalink
basepath plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Mar 20, 2024
1 parent 678f311 commit 7f54a7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import transformImages from "lume/plugins/transform_images.ts";
import picture from "lume/plugins/picture.ts";
import metas from "lume/plugins/metas.ts";
import favicon from "lume/plugins/favicon.ts";
import basePath from "lume/plugins/base_path.ts";
import * as si from "npm:[email protected]";
import type { SimpleIcon } from "npm:[email protected]";
import Color from "https://colorjs.io/dist/color.js";
Expand All @@ -16,6 +17,7 @@ export default function () {
site.use(postcss())
.use(metas())
.use(favicon())
.use(basePath())
.use(picture())
.use(transformImages());

Expand Down

0 comments on commit 7f54a7f

Please sign in to comment.