mirror of
https://github.com/woodchen-ink/md-wechat.git
synced 2025-07-18 05:32:02 +08:00
5 lines
96 B
JavaScript
5 lines
96 B
JavaScript
module.exports = {
|
|
outputDir: "dist",
|
|
publicPath: process.env.NETLIFY ? '/' : '/md/'
|
|
};
|