From 5050c8d30aadbf9c41fe0a36397cc82a5572b847 Mon Sep 17 00:00:00 2001 From: St33v Date: Sun, 1 Feb 2026 15:27:58 +1100 Subject: add opus files --- forge/script/gen-robots-sitemap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/forge/script/gen-robots-sitemap.sh b/forge/script/gen-robots-sitemap.sh index 30dbdea..4443faf 100755 --- a/forge/script/gen-robots-sitemap.sh +++ b/forge/script/gen-robots-sitemap.sh @@ -18,7 +18,8 @@ EOF # Include HTML pages + common content types; exclude obvious junk. # If you have multiple languages/hosts, we can expand later. tmp="$(mktemp)" -find . -type f \( -name '*.html' -o -name '*.pdf' -o -name '*.mp3' -o -name '*.flac' \) \ +find . -type f \( -name '*.html' -o -name '*.pdf' \ + -o -name '*.mp3' -o -name '*.flac' -o -name '*.opus' \) \ ! -path './.git/*' ! -path './assets/*' ! -path './static/*' \ -print0 \ | sort -z \ -- cgit v1.3