Skip to content

Commit

Permalink
Try changing approach to loading custom scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Jan 2, 2025
1 parent d870da8 commit 33ece3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import phosphor from "https://deno.land/x/[email protected]/phosphor.ts";
// import transformImages from "lume/plugins/transform_images.ts";
import brotli from "lume/plugins/brotli.ts";
import onDemand from "lume/plugins/on_demand.ts";
import cssBanner from "https://raw.githubusercontent.com/RickCogley/hibana/refs/heads/main/plugins/css_banner.ts?token=2";
import shuffle from "https://raw.githubusercontent.com/RickCogley/hibana/refs/heads/main/plugins/shuffle.ts?token=2";
import cssBanner from "https://raw.githubusercontent.com/RickCogley/hibana/refs/heads/main/plugins/css_banner.ts?3";
import shuffle from "https://raw.githubusercontent.com/RickCogley/hibana/refs/heads/main/plugins/shuffle.ts?3";
import fff from "lume/plugins/fff.ts";

const site = lume(
Expand Down

0 comments on commit 33ece3e

Please sign in to comment.