From 485b509ce7d21cd9f6930ccffb675fa1c3002064 Mon Sep 17 00:00:00 2001 From: dananji Date: Thu, 27 Apr 2023 15:20:25 -0400 Subject: [PATCH] Rename demo site --- netlify.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/netlify.toml b/netlify.toml index 8906c522..12a1dc5d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,8 @@ [build] command = "yarn demo:build" include_files = [ "public" ] +[[headers]] + for = "/lunchroom_manners.json" + [headers.values] + X-Frame-Options = "DENY" + X-XSS-Protection = "1; mode=block"