Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jul 13, 2023
1 parent 782d48e commit fbecaf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ import Link from 'next/link'
export default function ErrorComponent() {
return (
<>
<div>
<h1 id="error-component">Error Happened!</h1>
<Link href="/result" id="to-result">
To Result
</Link>
</div>
<h1 id="error-component">Error Happened!</h1>
<Link href="/result" id="to-result">
To Result
</Link>
</>
)
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
export const revalidate = 0

export default function Root({ children }: { children: React.ReactNode }) {
return (
<html>
Expand Down

0 comments on commit fbecaf9

Please sign in to comment.