Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 1f0a4cf

Browse files
authored
Merge pull request #277 from asigloo/feature/264-move-docs-inside-the-project
fix: netlify subdirectory
2 parents 78346d9 + 99926c2 commit 1f0a4cf

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docs/netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
command = "npm run docs:build"
44
[[redirects]]
55
from = "/*"
6-
to = "/index.html"
6+
to = "/.vitepress/dist/index.html"
77
status = 200

netlify.toml

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[build]
2-
publish = "dist/"
3-
command = "npm run build:demo"
41
[[redirects]]
52
from = "/*"
63
to = "/index.html"

0 commit comments

Comments
 (0)