Skip to content

Commit 3995367

Browse files
author
Jeff
committed
bump netlify
1 parent cc93efe commit 3995367

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

netlify.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,20 @@
22
# unless otherwise overridden by more specific contexts.
33
# @see https://www.netlify.com/docs/netlify-toml-reference/
44
[build]
5-
base = "project/"
6-
publish = "docs/.vuepress/dist"
5+
base = "docs"
6+
publish = ".vuepress/dist"
77
command = "yarn build"
88

99
# Deploy Preview context
1010
#
1111
# All deploys resulting from a pull/merge request will
1212
# inherit these settings.
1313
[context.deploy-preview]
14-
publish = "docs/.vuepress/dist"
1514
command = "yarn build:preview"
1615

1716
# Branch Deploy context: all deploys that are not from a pull/merge request or
1817
# from the Production branch will inherit these settings.
1918
[context.branch-deploy]
20-
base = "/"
2119
command = "yarn build:preview"
2220

2321
# Redirects and headers are GLOBAL for all builds – they do not get scoped to

0 commit comments

Comments
 (0)