mirror of
https://codeberg.org/JasterV/jaster.xyz.git
synced 2026-04-26 18:10:01 +00:00
chore: update rss with correct values
This commit is contained in:
parent
72f5b2ea93
commit
3a1dca9817
2 changed files with 3 additions and 3 deletions
|
|
@ -2,5 +2,5 @@ import { defineConfig } from "astro/config";
|
|||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: "https://jaster-astro-tutorial.netlify.app/",
|
||||
site: "https://jaster.xyz",
|
||||
});
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@ import rss, { pagesGlobToRssItems } from "@astrojs/rss";
|
|||
|
||||
export async function GET(context) {
|
||||
return rss({
|
||||
title: "Astro Learner | Blog",
|
||||
description: "My journey learning Astro",
|
||||
title: "Jaster Blog",
|
||||
description: "jaster.xyz blog",
|
||||
site: context.site,
|
||||
items: await pagesGlobToRssItems(import.meta.glob("./**/*.md")),
|
||||
customData: `<language>en-us</language>`,
|
||||
|
|
|
|||
Loading…
Reference in a new issue