forked from UKSOURCE/ipv6
disable route + bug UI
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { notFound } from "next/navigation";
|
||||
|
||||
export default function RegistrationLayout() {
|
||||
notFound();
|
||||
}
|
||||
@@ -1,12 +1,5 @@
|
||||
import type { Metadata } from "next";
|
||||
import SponsorPageClient from "@/app/components/sponsor/SponsorPageClient";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Nhà Tài Trợ | IPv6 Enhanced 2026",
|
||||
description:
|
||||
"Trở thành nhà tài trợ tại Hội Nghị IPv6 cho AI & Trung Tâm Dữ Liệu 2026. Kết nối thương hiệu của bạn với những kiến trúc sư của hạ tầng ngày mai.",
|
||||
};
|
||||
import { notFound } from "next/navigation";
|
||||
|
||||
export default function SponsorPage() {
|
||||
return <SponsorPageClient />;
|
||||
notFound();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user