TailAdmin / free-nextjs-admin-dashboard

TailAdmin is a Next.js and Tailwind CSS free, open-source admin dashboard template. Provides developers with the necessary tools, components, pages to build a full-featured back-end, dashboard, or admin panel for any web project.
https://nextjs-demo.tailadmin.com
MIT License
653 stars 238 forks source link

fix: remove dist folder in import #25

Closed Atomized-titan closed 1 month ago

Atomized-titan commented 1 month ago

jsvectormap docs:

BREAKING CHANGES

Removed js and css from dist folder, so if you're importing jsvectormap from dist/js/jsvectormap.js it becomes dist/jsvectormap.js and css as well.

<!-- 
  /dist/js/jsvectormap.js       -> /dist/jsvectormap.js
  /dist/js/jsvectormap.min.js   -> /dist/jsvectormap.min.js
  /dist/js/jsvectormap.css      -> /dist/jsvectormap.css
  /dist/js/jsvectormap.min.css  -> /dist/jsvectormap.min.css
-->
Coderamrin commented 1 month ago

Issue already resolved.