From a0795345fb2d4ff74951f419205c5d9331462696 Mon Sep 17 00:00:00 2001 From: Adil Chehabi Date: Wed, 2 Mar 2022 04:04:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20correct=20theme=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- version.yaml | 3 ++- vite.config.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/version.yaml b/version.yaml index be9f176..c3102fb 100644 --- a/version.yaml +++ b/version.yaml @@ -1,2 +1,3 @@ 1.0.0: Initial release -1.0.1: Update theme dependency \ No newline at end of file +1.0.1: Update theme dependency +1.1.0 : Update dependencies and fix minor bugs \ No newline at end of file diff --git a/vite.config.js b/vite.config.js index 2196730..af7a2b0 100644 --- a/vite.config.js +++ b/vite.config.js @@ -3,7 +3,8 @@ import WindiCSS from 'vite-plugin-windicss' import {resolve} from 'path' export default ({command}) => ({ - base: command === 'serve' ? '' : '/themes/vitewind/public/build/', + // please update the path name [chkilel-vitewind] to your theme folder name + base: command === 'serve' ? '' : '/themes/chkilel-vitewind/public/build/', publicDir: 'fake_dir_so_nothing_gets_copied', processCssUrls: true, build: {