Update blog files and details

This commit is contained in:
prototypa
2022-08-19 03:43:12 -04:00
parent ff7d3f5555
commit 4f9e31ef39
15 changed files with 202 additions and 160 deletions

View File

@ -1,9 +1,9 @@
import rss from "@astrojs/rss";
import { SITE } from "~/config";
import { getAllPosts } from "~/utils/getAllPosts";
import { getPosts } from "~/utils/getPosts";
const posts = await getAllPosts();
const posts = await getPosts();
export const get = () =>
rss({