We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f824e commit 2161025Copy full SHA for 2161025
1 file changed
eleventy.config.js
@@ -8,6 +8,9 @@ export default function (eleventyConfig) {
8
eleventyConfig.addGlobalData('windowTitle', 'cberes');
9
eleventyConfig.addGlobalData('siteTitle', 'Corey Beres');
10
11
+ // 👀
12
+ eleventyConfig.addWatchTarget("./articles/");
13
+
14
// Copy files
15
eleventyConfig.addPassthroughCopy({assets: '/'});
16
eleventyConfig.addPassthroughCopy('articles/**/*.png');
0 commit comments