You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a Vuepress next site and running into a roadblock.
I can only specify a path to the local theme (<repo>/.vuepress/theme) by using an absolute path... this poses a problem because the path to the theme is different on my machine than another developer's.
Why doesn't this work in .vuepress/config.js?
module.exports = {
theme: '.vuepress/theme',
}
or
module.exports = {
theme: './theme',
}
The text was updated successfully, but these errors were encountered:
I'm trying to create a Vuepress next site and running into a roadblock.
I can only specify a path to the local theme (
<repo>/.vuepress/theme
) by using an absolute path... this poses a problem because the path to the theme is different on my machine than another developer's.Why doesn't this work in
.vuepress/config.js
?or
The text was updated successfully, but these errors were encountered: