summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2025-07-22 15:08:37 +0300
committerDawid Rycerz <dawid@rycerz.xyz>2025-07-22 15:08:37 +0300
commitfcc2f4704e39b0e69b377cc138f75027721dac22 (patch)
tree732fc94b354a26c08fba9cc9059f9c6c900182be /public
Initial template
Diffstat (limited to 'public')
-rw-r--r--public/_headers2
-rw-r--r--public/robots.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/public/_headers b/public/_headers
new file mode 100644
index 0000000..806338c
--- /dev/null
+++ b/public/_headers
@@ -0,0 +1,2 @@
+/_astro/*
+ Cache-Control: public, max-age=31536000, immutable \ No newline at end of file
diff --git a/public/robots.txt b/public/robots.txt
new file mode 100644
index 0000000..6f27bb6
--- /dev/null
+++ b/public/robots.txt
@@ -0,0 +1,2 @@
+User-agent: *
+Disallow: \ No newline at end of file