Skip to content

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Aug 12, 2023
1 parent f161182 commit d371430
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"deno.enable": true
}
2 changes: 2 additions & 0 deletions _config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ import lume from "lume/mod.ts";
import postcss from "lume/plugins/postcss.ts";
import vento from "lume/plugins/vento.ts";
import inline from "lume/plugins/inline.ts";
import basePath from "lume/plugins/base_path.ts";

const site = lume();

site.use(postcss());
site.use(vento());
site.use(inline());
site.use(basePath());
site.copy("img");
site.copy("isaac");

Expand Down

0 comments on commit d371430

Please sign in to comment.