We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf84fa9 commit e7376fbCopy full SHA for e7376fb
2 files changed
.gitignore
@@ -8,3 +8,6 @@ jspm_packages/
8
coverage/
9
gemfiles/*.lock
10
lefthook-local.yml
11
+
12
+# Local Netlify folder
13
+.netlify
netlify.toml
@@ -1,9 +1,4 @@
1
[build]
2
base="docs"
3
- publish="/"
4
- command=""
5
-
6
-[[redirects]]
7
- from = "/*"
- to = "/index.html"
- status = 200
+ publish = "docs/.vitepress/dist"
+ command="npm run build"
0 commit comments