Skip to content

Commit

Permalink
add netlify.toml for temporary publish
Browse files Browse the repository at this point in the history
  • Loading branch information
eyesnareinc committed Aug 3, 2024
1 parent 46b9299 commit 00bb4e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[build]
publish = "build"
command = "npm run build"

[[redirects]]
from = "/*"
to = "/docs/"
status = 200

0 comments on commit 00bb4e9

Please sign in to comment.