mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2025-12-26 07:00:04 +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'
|
import { getNews } from '$lib/posts'
|
||||||
|
|
||||||
const siteURL = 'https://hyprland.org'
|
const siteURL = 'https://hypr.land'
|
||||||
const siteTitle = 'Hyprland'
|
const siteTitle = 'Hyprland'
|
||||||
const siteDescription = 'Tiling window manager with the looks'
|
const siteDescription = 'Tiling window manager with the looks'
|
||||||
|
|
||||||
|
|
@ -15,7 +15,7 @@ export const GET = async () => {
|
||||||
const options = {
|
const options = {
|
||||||
headers: {
|
headers: {
|
||||||
'Cache-Control': 'max-age=0, s-maxage=3600',
|
'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