-
-
Notifications
You must be signed in to change notification settings - Fork 788
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Innei <[email protected]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,11 +17,8 @@ export default ({ error, reset }: any) => { | |
return ( | ||
<NormalContainer> | ||
<div className="flex min-h-[calc(100vh-10rem)] flex-col center"> | ||
<h2 className="mb-5"> | ||
<p> | ||
服务端渲染页面时出现了错误,可能是 Next.js 服务访问 API | ||
数据发生异常。请刷新重试。 | ||
</p> | ||
<h2 className="mb-5 text-center"> | ||
<p>渲染页面时出现了错误</p> | ||
<p> | ||
多次出现错误请联系开发者 <a href="mailto:[email protected]">Innei</a> | ||
,谢谢! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters