From b0c60954e4c1a8efa8e2f0865c69bcffd6f044e0 Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Tue, 25 Feb 2020 23:00:47 -0500 Subject: [PATCH] Ditch Netlify for GitHub Pages --- CNAME | 1 + netlify.toml | 17 ----------------- 2 files changed, 1 insertion(+), 17 deletions(-) create mode 100644 CNAME delete mode 100644 netlify.toml diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..59e736f --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +jspaint.app \ No newline at end of file diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 7451dc2..0000000 --- a/netlify.toml +++ /dev/null @@ -1,17 +0,0 @@ -[[headers]] - # Define which paths this specific [[headers]] block will cover. - for = "/" - - [headers.values] - - Access-Control-Allow-Origin = "*" - - # X-XSS-Protection = "1; mode=block" - # Content-Security-Policy = "frame-ancestors" - - # Multi-key header rules are expressed with multi-line strings. - # cache-control = ''' - # max-age=0, - # no-cache, - # no-store, - # must-revalidate'''