Skip to content

Releases: simonyiszk/schdesign-logotar

v3.0.0

17 Jun 14:03
d070573

Choose a tag to compare

  • 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

Megújult oldal

16 Jan 01:47
366aa10

Choose a tag to compare

Merge pull request #10 from gergoradeczki/main

disabled tests