Fix incorrect link and content-type header

This commit is contained in:
ranidspace 2025-06-17 13:49:58 -04:00
parent 1e961aafeb
commit 1b4ebbbe25
No known key found for this signature in database
GPG key ID: 90B821AEE788A7F3

View file

@ -1,6 +1,6 @@
import { getNews } from '$lib/posts'
const siteURL = 'https://hyprland.org'
const siteURL = 'https://hypr.land'
const siteTitle = 'Hyprland'
const siteDescription = 'Tiling window manager with the looks'
@ -15,7 +15,7 @@ export const GET = async () => {
const options = {
headers: {
'Cache-Control': 'max-age=0, s-maxage=3600',
'Content-Type': 'application/xml'
'Content-Type': 'application/rss+xml'
}
}