This commit is contained in:
Matt Hill
2026-03-23 15:50:12 -06:00
parent bcf8803343
commit bf56fe06d6
4 changed files with 417 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ const slinkity = require("slinkity");
// for 404 callback
const fs = require("fs");
const NOT_FOUND_PATH = "_site/404.html";
const NOT_FOUND_PATH = "_site/public/404.html";
module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("./src/assets/proxy.pac");