Skip to content

Commit b2f97cb

Browse files
committed
idk how to ci
1 parent c33f8d4 commit b2f97cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen-webring-routes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const fs = require("fs");
22

33
// Import ze froges
4-
const frogs = require("static/webring/froglist.json");
4+
const frogs = require("./static/webring/froglist.json");
55

66
function makeRoutes(frog, nextFrog, prevFrog) {
77
fs.appendFileSync(`./static/webring/frogs/${frog.name}.html`, frog.url);

0 commit comments

Comments
 (0)