We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c33f8d4 commit b2f97cbCopy full SHA for b2f97cb
gen-webring-routes.js
@@ -1,7 +1,7 @@
1
const fs = require("fs");
2
3
// Import ze froges
4
-const frogs = require("static/webring/froglist.json");
+const frogs = require("./static/webring/froglist.json");
5
6
function makeRoutes(frog, nextFrog, prevFrog) {
7
fs.appendFileSync(`./static/webring/frogs/${frog.name}.html`, frog.url);
0 commit comments