fix: use page to provide robot txt

This commit is contained in:
KazooTTT
2024-11-23 23:29:58 +08:00
parent 25fb1cc0cb
commit 7292415765
4 changed files with 29 additions and 23 deletions

View File

@ -8,6 +8,7 @@ export type SiteConfig = {
locale: string | string[] | undefined
options: Intl.DateTimeFormatOptions
}
site: string
}
export type PaginationLink = {