From fcc2f4704e39b0e69b377cc138f75027721dac22 Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Tue, 22 Jul 2025 15:08:37 +0300 Subject: Initial template --- public/_headers | 2 ++ public/robots.txt | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 public/_headers create mode 100644 public/robots.txt (limited to 'public') 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 -- cgit v1.2.3