diff --git a/package.json b/package.json index 11e2580fcd2..f5122c1f334 100644 --- a/package.json +++ b/package.json @@ -8,16 +8,17 @@ "import": "node database/import-from-archive.js", "import-without-circles": "npm run import -- removecircletweets", "fetch-new-data": "node database/fetchFromApi.js", - "build": "npx @11ty/eleventy --quiet", - "build:heavy": "NODE_OPTIONS=--max-old-space-size=12288 npx @11ty/eleventy --incremental", - "start": "npx @11ty/eleventy --quiet --serve", - "start:heavy": "NODE_OPTIONS=--max-old-space-size=12288 npx @11ty/eleventy --serve | tee buildlog2.txt", - "start:heavylog": "NODE_OPTIONS=--max-old-space-size=7168 DEBUG=* npx @11ty/eleventy --serve | tee buildlog2.txt", + "build": "npx @11ty/eleventy --quiet --pathprefix=my_tweetback_archive", + "build:heavy": "NODE_OPTIONS=--max-old-space-size=12288 npx @11ty/eleventy --incremental --pathprefix=my_tweetback_archive", + "start": "npx @11ty/eleventy --quiet --serve --pathprefix=my_tweetback_archive", + "start:heavy": "NODE_OPTIONS=--max-old-space-size=12288 npx @11ty/eleventy --serve --pathprefix=my_tweetback_archive | tee buildlog2.txt", + "start:heavylog": "NODE_OPTIONS=--max-old-space-size=7168 DEBUG=* npx @11ty/eleventy --serve --pathprefix=my_tweetback_archive | tee buildlog2.txt", "sizecheck": "du -sh _site" }, "keywords": [], "contributors": [ - "Zach Leatherman (https://zachleat.com/)" + "Zach Leatherman (https://zachleat.com/)", + "Eric Gallager (https://linktr.ee/ericgallager)" ], "license": "MIT", "devDependencies": {