Add extension to config

This commit is contained in:
prototypa
2022-08-24 20:04:04 -04:00
parent e52e3d45d8
commit f38f007641

View File

@ -1,6 +1,6 @@
import rss from "@astrojs/rss"; import rss from "@astrojs/rss";
import { SITE } from "~/config"; import { SITE } from "~/config.mjs";
import { getPosts } from "~/utils/getPosts"; import { getPosts } from "~/utils/getPosts";
const posts = await getPosts(); const posts = await getPosts();