mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
fix: runtime error
This commit is contained in:
parent
4208f16199
commit
ef426b1dfd
@ -1,6 +1,8 @@
|
|||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
|
|
||||||
|
export const runtime = 'edge';
|
||||||
|
|
||||||
export default function NotFoundPage() {
|
export default function NotFoundPage() {
|
||||||
return (
|
return (
|
||||||
<main className="relative h-screen w-full">
|
<main className="relative h-screen w-full">
|
||||||
|
Loading…
Reference in New Issue
Block a user