Browse Source

fix(scripts): blog -> public/blog

Signed-off-by: Muthu Kumar <muthukumar@thefeathers.in>
pull/1/head
Muthu Kumar 2 years ago
parent
commit
1d3e3ee043
Signed by: mkrhere GPG Key ID: 3FD688398897097E
  1. 2
      scripts/blog.js

2
scripts/blog.js

@ -1,6 +1,6 @@
import { readdir, readFile, writeFile } from "node:fs/promises";
const toplevel = (await readdir("blog")).filter(x => x !== "assets");
const toplevel = (await readdir("public/blog")).filter(x => x !== "assets");
const removeExtn = path => {
const parts = path.split(".");

Loading…
Cancel
Save