diff --git a/app/[not-found]/page.tsx b/app/[not-found]/page.tsx new file mode 100644 index 000000000..31aa7c6ae --- /dev/null +++ b/app/[not-found]/page.tsx @@ -0,0 +1,21 @@ +'use client'; + +export const runtime = 'edge'; + +export default function Error({ reset }: { reset: () => void }) { + return ( +
+ There was an issue with our storefront. This could be a temporary issue, please try your + action again. +
+ +