Skip to content

Commit

Permalink
edited config file
Browse files Browse the repository at this point in the history
  • Loading branch information
tishoyanchev committed Sep 28, 2023
1 parent 92495e9 commit 18b5695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const config: Config = {
copy: [
{
src: '**/*.{jpg,png}',
dest: 'dist/components/assets',
dest: 'dist/assets',
warn: true,
}
]
Expand Down

0 comments on commit 18b5695

Please sign in to comment.