Skip to content

Commit

Permalink
feat: make verify page static
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliosheinz committed Jun 22, 2024
1 parent f7f0ce5 commit 69893dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/signin/verify/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { FaRegCheckCircle } from "react-icons/fa";

export const dynamic = "force-static";
export const revalidate = 60 * 60 * 24;

export default function SignInVerifyPage() {
return (
<>
Expand Down

0 comments on commit 69893dd

Please sign in to comment.