try to make pages work

master
bvn13 2021-11-21 23:37:35 +03:00
parent dfdd16dbc2
commit e3c4a52412
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
module.exports = function(eleventyConfig) {
// assets we want to passthrough
eleventyConfig.addPassthroughCopy('./src/main.css');
eleventyConfig.addPassthroughCopy('./src/lib/main.js');
eleventyConfig.addPassthroughCopy('./src/assets');
@ -10,7 +10,7 @@ eleventyConfig.addPassthroughCopy('./src/assets');
return {
dir: {
input: "src",
output: "_site"
output: "public"
}
}
};

View File

@ -5,4 +5,4 @@ pages:
- ls -Rla
artifacts:
paths:
- _site
- public