Skip to content

Commit 63d8335

Browse files
committed
refactor(web): update import path for getBlogPosts in sitemap.ts (#289), (#290), (#291)
1 parent 71bcce2 commit 63d8335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/app/sitemap.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Go to https://github.com/leerob/site/blob/1129b6d81937cef493edb060f87e6f2ac9f335ed/app/sitemap.ts to see details
33
*/
44

5-
import { getBlogPosts } from '@/app/db/blog';
5+
import { getBlogPosts } from '@/lib/db/blog';
66

77
export default async function sitemap() {
88
let blogs = getBlogPosts().map((post) => ({

0 commit comments

Comments
 (0)