Skip to content

Commit 1d1c2f5

Browse files
committed
fix(SLB-354): broken root output path
1 parent 9fe2291 commit 1d1c2f5

File tree

1 file changed

+1
-1
lines changed
  • packages/npm/@amazeelabs/image/src

1 file changed

+1
-1
lines changed

packages/npm/@amazeelabs/image/src/lib.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export type ImageSettings = {
1919
};
2020
export const defaultImageSettings = {
2121
outputDir: 'dist/public',
22-
outputPath: '/',
22+
outputPath: '',
2323
staticDir: 'public',
2424
resolutions: [
2525
6016, // 6K

0 commit comments

Comments
 (0)