chore: remove unused generateStaticParams function
This commit is contained in:
parent
354d5b2b91
commit
11aacc6852
1 changed files with 0 additions and 5 deletions
|
@ -8,11 +8,6 @@ import cardEffects from '@/app/styles/cardEffects.module.css'
|
|||
|
||||
const zillaSlab = Zilla_Slab({ subsets: ['latin'], weight: ['500'] })
|
||||
|
||||
export function generateStaticParams() {
|
||||
const authorsList = Object.keys(authors)
|
||||
return authorsList.map((shortName) => ({ shortName }))
|
||||
}
|
||||
|
||||
const AuthorCard = ({
|
||||
params,
|
||||
}: Readonly<{ params: { shortName: string } }>) => {
|
||||
|
|
Loading…
Reference in a new issue