diff options
Rearranged the project layout
Diffstat (limited to 'public')
-rw-r--r-- | public/_headers | 6 | ||||
-rw-r--r-- | public/_redirects | 1 | ||||
-rw-r--r-- | public/favicon.svg | 5 | ||||
-rw-r--r-- | public/robots.txt | 3 |
4 files changed, 0 insertions, 15 deletions
diff --git a/public/_headers b/public/_headers deleted file mode 100644 index 5139dee..0000000 --- a/public/_headers +++ /dev/null @@ -1,6 +0,0 @@ -/* - X-Frame-Options: DENY - X-Content-Type-Options: nosniff - Referrer-Policy: no-referrer - Content-Security-Policy: default-src 'self'; script-src static.cloudflareinsights.com; connect-src cloudflareinsights.com; object-src 'none'; require-trusted-types-for 'script'; - Strict-Transport-Security: max-age=63072000; includeSubDomains; preload diff --git a/public/_redirects b/public/_redirects deleted file mode 100644 index dc42aa9..0000000 --- a/public/_redirects +++ /dev/null @@ -1 +0,0 @@ -/blog/ /posts/ 301 diff --git a/public/favicon.svg b/public/favicon.svg deleted file mode 100644 index c10bfd4..0000000 --- a/public/favicon.svg +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="1024" height="1024" version="2.0" xmlns="http://www.w3.org/2000/svg"> - <path d="m537.73 236-39.053 155.84h92.002l39.43-155.84h60.082l-39.43 155.84h91.625v57.83h-105.52l-31.543 125.42h93.878v57.454h-108.52l-39.053 155.46h-60.082l39.43-155.46h-92.376l-39.43 155.46h-59.707l39.053-155.46h-96.883v-57.454h111.53l31.543-125.42h-99.888v-57.83h113.78l39.053-155.84zm39.053 213.67h-92.002l-31.543 125.42h92.376z" dominant-baseline="central" fill="#8b0000" stroke-width=".7512" style="fill:#501616" aria-label="#"/> -</svg> - diff --git a/public/robots.txt b/public/robots.txt deleted file mode 100644 index b5f1e36..0000000 --- a/public/robots.txt +++ /dev/null @@ -1,3 +0,0 @@ -User-agent: * -Disallow: -Sitemap: https://sudomsg.com/sitemap.xml |