next-export-fixer

1.0.3 • Public • Published

next-export-fixer

Fix the wrong paths after using export on nextjs cli

Install and usage

npm i next-export-fixer -D

Inside your package.json add this on "scripts":

"scripts": {
    "export": "next build && next export && next-export-fixer"
  },

Once you are ready to publish, on your project root: npm run export

/next-export-fixer/

    Package Sidebar

    Install

    npm i next-export-fixer

    Weekly Downloads

    11

    Version

    1.0.3

    License

    ISC

    Unpacked Size

    1.56 kB

    Total Files

    4

    Last publish

    Collaborators

    • czurita