Skip to content

Commit

Permalink
🐛 Hopefully fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ckoates committed Jul 21, 2024
1 parent 7e461b8 commit d53aec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/content.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineCollection, defineConfig } from "@content-collections/core";
import { compileMDX } from "@content-collections/mdx";
import remarkSmartypants from "remark-smartypants";
import getBlurDataURL from "@/lib/getBlurDataURL";
import getBlurDataURL from "./getBlurDataURL";

const posts = defineCollection({
name: "posts",
Expand Down

0 comments on commit d53aec8

Please sign in to comment.