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

@ -24,3 +24,8 @@
debug = true
# Relative path to source directory in case you use Hugo's "--s" option
srcdir = "exampleSite"
[[redirects]]
from = "/admin/*"
to = "/admin/index.html"
status = 200