export default function sitemap() { return [ { url: "https://tiefen.fun", lastModified: new Date(), changeFrequency: "weekly", priority: 1, }, ]; }