From da8a5d6a8c9c1ee27db68be5292b5d45717d52f4 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 12 Nov 2023 00:02:18 -1000 Subject: [PATCH] copiar redirects.caddy --- .eleventy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eleventy.js b/.eleventy.js index a47a280..dfce636 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -16,6 +16,7 @@ module.exports = function config(eleventyConfig) { eleventyConfig.addPassthroughCopy("drip.css"); eleventyConfig.addPassthroughCopy("cowboy.svg"); eleventyConfig.addPassthroughCopy("status/*"); + eleventyConfig.addPassthroughCopy("redirects.caddy"); eleventyConfig.addPassthroughCopy("x/**/*.png"); eleventyConfig.addPassthroughCopy("x/**/*.jpg"); eleventyConfig.addPassthroughCopy("x/**/*.mp4");