Skip to content

Commit

Permalink
Update _config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfieKnee authored Nov 17, 2023
1 parent abdd1ec commit 3ec6d0b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
import lume from "lume/mod.ts";

const site = lume();

// Copy the "img" directory to _site/img
site.copy("img");

// use Open Innovations charting viz https://open-innovations.github.io/oi-lume-viz/
import oiCharts from 'oi-lume-charts/mod.ts';
site.use(oiCharts({
assetPath: 'assets/oi',
componentNamespace: 'oi',
}));

export default site;

0 comments on commit 3ec6d0b

Please sign in to comment.