taxonomy icon indicating copy to clipboard operation
taxonomy copied to clipboard

chore: Update to Next14

Open VaniaPopovic opened this issue 1 year ago • 1 comments

  • Updates this repo to use Nextjs 14
  • Removes workaround for prisma as it is fixed now - https://github.com/prisma/prisma/issues/16117
  • Adds workaround for Image component in mdx files for next after 13.5 as suggested in https://github.com/hashicorp/next-mdx-remote/issues/405
  • Bumps all dependancies except a few content layer /mdx ones
  • Replaces deprecated domains in next.config.js and with remote domains
  • Moves themeColour in viewport rather than metadata ( change in next14)

Closes: https://github.com/shadcn-ui/taxonomy/issues/251 https://github.com/shadcn-ui/taxonomy/issues/192

VaniaPopovic avatar Dec 12 '23 14:12 VaniaPopovic

Thank you

IsaacCDHall avatar Jan 09 '24 17:01 IsaacCDHall