diff --git a/.gitignore b/.gitignore index f69c3e6..dc732bd 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ node_modules/* .next next-env.d.ts .yarn/install-state.gz +.env*.local +tsconfig.tsbuildinfo diff --git a/app/collections/[handle]/page.tsx b/app/collections/[handle]/page.tsx index a2a3ba2..1ffd06d 100644 --- a/app/collections/[handle]/page.tsx +++ b/app/collections/[handle]/page.tsx @@ -16,10 +16,7 @@ export default function Page() {