Add rss feed with latest 10 artworks

This commit is contained in:
2026-01-31 11:46:21 +01:00
parent 84dc219a14
commit 5a3e567ed5
3 changed files with 101 additions and 4 deletions

5
src/app/head.tsx Normal file
View File

@ -0,0 +1,5 @@
export default function Head() {
return (
<link rel="alternate" type="application/rss+xml" href="/rss.xml" />
);
}