diff options
Diffstat (limited to 'src/public')
-rw-r--r-- | src/public/_headers | 6 | ||||
-rw-r--r-- | src/public/_redirects | 1 | ||||
-rw-r--r-- | src/public/favicon.svg | 5 | ||||
-rw-r--r-- | src/public/robots.txt | 3 |
4 files changed, 15 insertions, 0 deletions
diff --git a/src/public/_headers b/src/public/_headers new file mode 100644 index 0000000..5139dee --- /dev/null +++ b/src/public/_headers @@ -0,0 +1,6 @@ +/* + 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/src/public/_redirects b/src/public/_redirects new file mode 100644 index 0000000..dc42aa9 --- /dev/null +++ b/src/public/_redirects @@ -0,0 +1 @@ +/blog/ /posts/ 301 diff --git a/src/public/favicon.svg b/src/public/favicon.svg new file mode 100644 index 0000000..c10bfd4 --- /dev/null +++ b/src/public/favicon.svg @@ -0,0 +1,5 @@ +<?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/src/public/robots.txt b/src/public/robots.txt new file mode 100644 index 0000000..b5f1e36 --- /dev/null +++ b/src/public/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: +Sitemap: https://sudomsg.com/sitemap.xml |