Skip to content

v3.0.0

Latest

Choose a tag to compare

@gergoradeczki gergoradeczki released this 17 Jun 14:03
· 54 commits to main since this release
d070573
  • Moved to Next.js v15
  • New storage solution through Payload
    • Neon
    • Vercel Blob Storage
  • Rethought data structure
type Collection = {
  name: string
  slug: string
  children: Array<Collection | Logo>
}

type Logo = {
  name: string
  slug: string
  masterFile: Media
  files: Array<Media>
}
  • Create logo variants with the utilization of collection nesting
  • Shareable routes for logos and collections (/logos/<slug> or /collections/<slug>)
  • Admin panel