From b7836eb89363bff5ebd8b6a7be6c3fb437843888 Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Sun, 16 Aug 2026 11:46:30 +0000 Subject: [PATCH] feat: set content type for example remote taskfile --- website/src/public/_headers | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 website/src/public/_headers diff --git a/website/src/public/_headers b/website/src/public/_headers new file mode 100644 index 00000000..95eac8eb --- /dev/null +++ b/website/src/public/_headers @@ -0,0 +1,2 @@ +/Taskfile.yml + Content-Type: text/plain; charset=utf-8