docs: prettify code

This commit is contained in:
yanglbme 2020-11-09 03:34:27 +00:00 committed by GitHub Action
parent f61628b3a9
commit 724c1398f0

View File

@ -1,4 +1,4 @@
module.exports = {
outputDir: "dist",
publicPath: process.env.NETLIFY ? '/' : '/md/'
publicPath: process.env.NETLIFY ? "/" : "/md/",
};