try to make pages work
This commit is contained in:
parent
dfdd16dbc2
commit
e3c4a52412
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
module.exports = function(eleventyConfig) {
|
module.exports = function(eleventyConfig) {
|
||||||
// assets we want to passthrough
|
// assets we want to passthrough
|
||||||
|
|
||||||
eleventyConfig.addPassthroughCopy('./src/main.css');
|
eleventyConfig.addPassthroughCopy('./src/main.css');
|
||||||
eleventyConfig.addPassthroughCopy('./src/lib/main.js');
|
eleventyConfig.addPassthroughCopy('./src/lib/main.js');
|
||||||
eleventyConfig.addPassthroughCopy('./src/assets');
|
eleventyConfig.addPassthroughCopy('./src/assets');
|
||||||
@ -10,7 +10,7 @@ eleventyConfig.addPassthroughCopy('./src/assets');
|
|||||||
return {
|
return {
|
||||||
dir: {
|
dir: {
|
||||||
input: "src",
|
input: "src",
|
||||||
output: "_site"
|
output: "public"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
@ -5,4 +5,4 @@ pages:
|
|||||||
- ls -Rla
|
- ls -Rla
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- _site
|
- public
|
||||||
|
Loading…
Reference in New Issue
Block a user