From a425035ea1c64dc59368c1f5f63bcc4f195757ef Mon Sep 17 00:00:00 2001 From: prayashkrsaha <63157885+prayashkrsaha@users.noreply.github.com> Date: Mon, 12 Aug 2024 00:18:41 +0530 Subject: [PATCH] Update netlify.toml --- netlify.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 2a5b2a8..6ca55b2 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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" \ No newline at end of file + srcdir = "exampleSite" + +[[redirects]] + from = "/admin/*" + to = "/admin/index.html" + status = 200