-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hwo to use #12
Comments
what do you mean by "set the value of __dirName"? Nonetheless here it is: .vuepress/config.js const getConfig = require("vuepress-bar");
module.exports = {
themeConfig: {
...getConfig('your/custom/path')
}
}; |
Thanks. I have not learned node, when I use __dirName , the compiler shows "__dirName is not defined". So, it will be more friendly for beginners,if you can change "__dirName" to "dirname". |
@tofulife |
how to use?
i.e. how to set the value of __dirName
The text was updated successfully, but these errors were encountered: