We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a6cb2 commit 42dd6cdCopy full SHA for 42dd6cd
src/config/plugins.js
@@ -14,7 +14,7 @@ export default {
14
async image (eleventyConfig) {
15
// Add plugin to eleventyConfig
16
eleventyConfig.addPlugin(eleventyImageTransformPlugin, {
17
- outputDir: '../public/assets/images',
+ outputDir: 'public/assets/images',
18
urlPath: '/assets/images/',
19
extensions: 'html',
20
formats: ['auto'],
0 commit comments