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