copiar redirects.caddy
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
bcee2f5cad
commit
da8a5d6a8c
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Reference in a new issue