-
I init a default project, rename import { defineConfig } from 'iles'
export default defineConfig({
srcDir: './gh-pages'
}) Why? |
Beta Was this translation helpful? Give feedback.
Answered by
ElMassimo
Mar 30, 2022
Replies: 1 comment
-
Hi @onsummer, thanks for reporting! Fixed in This was related to the fact that setting |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ElMassimo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @onsummer, thanks for reporting! Fixed in
[email protected]
.This was related to the fact that setting
srcDir
was not affecting the default value ofcomponents.dirs
, which was still set tosrc/components
.