Skip to content

Commit

Permalink
Merge branch 'feature/custom-async'
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Sep 30, 2024
2 parents 93b1d19 + 54cf486 commit 1ef54e1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[build]
# Set the build command for your VitePress site
command = "npm run docs:build"

# Set the publish directory for Netlify
publish = "docs/.vitepress/dist"

# Optional settings for redirecting 404s
[[redirects]]
from = "/*"
to = "/404.html"
status = 200

0 comments on commit 1ef54e1

Please sign in to comment.