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