Skip to content

Commit

Permalink
Update config url
Browse files Browse the repository at this point in the history
  • Loading branch information
taz-chiles committed May 29, 2024
1 parent e33bd29 commit 9e30305
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ import postcss from "lume/plugins/postcss.ts";
const site = lume({
src: './src',
// TODO Update this with the proper URL
location: new URL("https://open-innovations.github.io/oi-lume-template/"),
location: new URL("https://open-innovations.github.io/lcc-culture-dashboard/"),
});






site.use(nunjucks()); // For Lume 2
site.use(base_path());
site.use(metas({
Expand Down

0 comments on commit 9e30305

Please sign in to comment.