Remove debugging tag, fix copied routes config

This commit is contained in:
Adrián de la Rosa Martín 2021-01-14 20:04:41 +01:00
parent fc48b1da24
commit 315be07539
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("web/assets");
eleventyConfig.addPassthroughCopy("web/images");
eleventyConfig.addPassthroughCopy("assets");
eleventyConfig.addPassthroughCopy("images");
};

View File

@ -63,8 +63,6 @@
</header>
<section>
<pre>{{results | dump | safe}}</pre>
<div class="table-wrapper">
<table>
<!-- class="alt"-->