File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 99 < h1 > Hello World</ h1 >
1010 < p > Current version: {{ pkg.version }}</ p >
1111
12+ < img src ="images/kraken.png " alt ="Kraken ">
13+
1214 < p > Past versions:</ p >
1315 < ul >
1416 < li > < a href ="/v0.3.0/ "> v0.3.0 🦑</ a > </ li >
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import { Liquid } from "liquidjs";
33export default async function ( eleventyConfig ) {
44 eleventyConfig . setInputDirectory ( "docs" ) ;
55 eleventyConfig . setOutputDirectory ( "_site" ) ;
6+ eleventyConfig . addPassthroughCopy ( "docs/images/*" ) ;
67
78 const options = {
89 jsTruthy : true ,
Original file line number Diff line number Diff line change 4242 ]
4343 },
4444 "docs:watch" : {
45- "command" : " eleventy --watch --incremental" ,
45+ "command" : " eleventy --serve -- watch --incremental" ,
4646 "files" : [
4747 " docs"
4848 ],
You can’t perform that action at this time.
0 commit comments