This commit is contained in:
2025-07-01 21:09:44 +09:00
parent 74971c923c
commit 14986a7186
+14
View File
@@ -0,0 +1,14 @@
import { Helmet } from 'react-helmet'
import MainArea from '@/components/layout/MainArea'
import { SITE_TITLE } from '@/config'
export default () => (
<MainArea>
<Helmet>
<meta name="robots" content="noindex" />
<title> () | {SITE_TITLE}</title>
</Helmet>
Not Found
</MainArea>)