diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf diff --git a/app/blog/[...slug]/page.tsx b/app/blog/[...slug]/page.tsx index 8393943..a9d9b34 100644 --- a/app/blog/[...slug]/page.tsx +++ b/app/blog/[...slug]/page.tsx @@ -129,7 +129,7 @@ export default async function Page({ params }: Readonly) {