File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 2
2
# unless otherwise overridden by more specific contexts.
3
3
# @see https://www.netlify.com/docs/netlify-toml-reference/
4
4
[build ]
5
- base = " project/ "
6
- publish = " docs/ .vuepress/dist"
5
+ base = " docs "
6
+ publish = " .vuepress/dist"
7
7
command = " yarn build"
8
8
9
9
# Deploy Preview context
10
10
#
11
11
# All deploys resulting from a pull/merge request will
12
12
# inherit these settings.
13
13
[context .deploy-preview ]
14
- publish = " docs/.vuepress/dist"
15
14
command = " yarn build:preview"
16
15
17
16
# Branch Deploy context: all deploys that are not from a pull/merge request or
18
17
# from the Production branch will inherit these settings.
19
18
[context .branch-deploy ]
20
- base = " /"
21
19
command = " yarn build:preview"
22
20
23
21
# Redirects and headers are GLOBAL for all builds – they do not get scoped to
You can’t perform that action at this time.
0 commit comments