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'''