mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Fix build directory reference in netlify.toml
This commit is contained in:
parent
0e57f0530f
commit
76f9aa9a62
1 changed files with 1 additions and 1 deletions
|
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
base = "docs/"
|
base = "docs/"
|
||||||
publish = "docs/content/.vuepress/dist"
|
publish = "content/.vuepress/dist"
|
||||||
command = "npm run build"
|
command = "npm run build"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue