- 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