Skip to content

Commit 42dd6cd

Browse files
committed
Path fix
1 parent c2a6cb2 commit 42dd6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/plugins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
async image (eleventyConfig) {
1515
// Add plugin to eleventyConfig
1616
eleventyConfig.addPlugin(eleventyImageTransformPlugin, {
17-
outputDir: '../public/assets/images',
17+
outputDir: 'public/assets/images',
1818
urlPath: '/assets/images/',
1919
extensions: 'html',
2020
formats: ['auto'],

0 commit comments

Comments
 (0)