Add rss feed with latest 10 artworks

This commit is contained in:
2026-01-31 12:04:04 +01:00
parent 030065631c
commit eb8dcd54a8
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import { prisma } from "@/lib/prisma";
const BASE_URL = `${process.env.BASE_URL}`
const BASE_URL = `${process.env.FEED_URL}`
function escapeXml(value: string): string {
return value