Skip to content

Commit

Permalink
fix minify using wrong file
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev committed Nov 13, 2024
1 parent 65c8f87 commit 0759691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/minify.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const fs = require("fs");

const file = "public_suffix_list.dat";
const file = "list/public_suffix_list.dat";

fs.readFile(file, "utf8", (err, data) => {
if (err) {
Expand Down

0 comments on commit 0759691

Please sign in to comment.