mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2025-12-20 04:00:02 +01:00
Fix incorrect link and content-type header (#98)
This commit is contained in:
parent
046fe5abb9
commit
fbb2d79619
1 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue