Skip to content

Commit

Permalink
docs: update netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasGentele committed Apr 16, 2024
1 parent 8ef4bcd commit 14305aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[build]
base = "docs/"
base = "docs/v0.19/"
publish = "public/"
command = """
set -e
yarn build
mkdir public/
mv build/ public/docs/
mv build/ public/docs/v0.19
"""

[build.processing]
Expand Down

0 comments on commit 14305aa

Please sign in to comment.