diff options
Diffstat (limited to 'src/pages/rss.xml.ts')
| -rw-r--r-- | src/pages/rss.xml.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/rss.xml.ts b/src/pages/rss.xml.ts index 1c305af..8a6525d 100644 --- a/src/pages/rss.xml.ts +++ b/src/pages/rss.xml.ts @@ -1,6 +1,6 @@ +import rss from "@astrojs/rss"; import { getAllPosts } from "@/data/post"; import { siteConfig } from "@/site.config"; -import rss from "@astrojs/rss"; export const GET = async () => { const posts = await getAllPosts(); |
