Skip to content

Commit

Permalink
chore: netlify setting;
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanuo committed Jun 23, 2024
1 parent a175daf commit b093201
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions netlify.toml → deploys/other/netlify.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

[build]
command = "pip install -r requirements.txt"
functions = "deploys/other"
functions = "/"

[[redirects]]
from = "/index.html"
to = "/deploys/other/static/index.html"
to = "/static/index.html"
status = 200

[functions]
directory = "deploys/other"
directory = "/"

0 comments on commit b093201

Please sign in to comment.