Update netlify.toml

This commit is contained in:
prayashkrsaha 2024-08-12 00:18:41 +05:30 committed by GitHub
parent fd7a21aad2
commit a425035ea1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,4 +23,9 @@
# If it should show more verbose logs (optional, default = true)
debug = true
# Relative path to source directory in case you use Hugo's "--s" option
srcdir = "exampleSite"
srcdir = "exampleSite"
[[redirects]]
from = "/admin/*"
to = "/admin/index.html"
status = 200