We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71bcce2 commit 63d8335Copy full SHA for 63d8335
apps/web/src/app/sitemap.ts
@@ -2,7 +2,7 @@
2
* Go to https://github.com/leerob/site/blob/1129b6d81937cef493edb060f87e6f2ac9f335ed/app/sitemap.ts to see details
3
*/
4
5
-import { getBlogPosts } from '@/app/db/blog';
+import { getBlogPosts } from '@/lib/db/blog';
6
7
export default async function sitemap() {
8
let blogs = getBlogPosts().map((post) => ({
0 commit comments