build输出目录由docs/.vuepress/dist改为dist
This commit is contained in:
parent
ba7d95843f
commit
209f3eade2
@ -25,7 +25,7 @@ VuePress会在 http://localhost:8080 启动一个热重载的开发服务器,
|
||||
yarn build
|
||||
```
|
||||
|
||||
执行完成后会在`docs/.vuepress`目录下生成`dist`目录,里面都是纯表态html页面,把`dist`目录内的文件拷贝到任意http站点服务器的根目录里就可以了。
|
||||
执行完成后会在项目根目录下生成`dist`目录,里面都是纯表态html页面,把`dist`目录内的文件拷贝到任意http站点服务器的根目录里就可以了。
|
||||
|
||||
### 编辑方法
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
module.exports = {
|
||||
title: "PHP程序员的FreeSWITCH开发文档",
|
||||
description: "一个PHP程序在做FreeSWITCH相关的应用开发时积累的技术文档",
|
||||
dest: "dist",
|
||||
themeConfig: {
|
||||
displayAllHeaders: false,
|
||||
sidebar: [
|
||||
|
Loading…
Reference in New Issue
Block a user