refactor: use robots and sitemap metadata

This commit is contained in:
Timothy Lin
2023-07-09 15:55:41 +08:00
parent b6dac68f61
commit 54ff8c7b48
9 changed files with 924 additions and 38 deletions

View File

@ -11,6 +11,7 @@ import CustomLink from './Link'
interface MdxProps {
code: string
// eslint-disable-next-line @typescript-eslint/no-explicit-any
[key: string]: any
}