From 18b5695f6a2661d4034594bbe5e5c32ef8182d68 Mon Sep 17 00:00:00 2001 From: tishoyanchev Date: Thu, 28 Sep 2023 22:26:15 +0200 Subject: [PATCH] edited config file --- stencil.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stencil.config.ts b/stencil.config.ts index 2b3aa67..bb5a995 100644 --- a/stencil.config.ts +++ b/stencil.config.ts @@ -12,7 +12,7 @@ export const config: Config = { copy: [ { src: '**/*.{jpg,png}', - dest: 'dist/components/assets', + dest: 'dist/assets', warn: true, } ]