1.0.8 • Published 4 years ago

nextjs-export v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Nextjs Export for i18n

Nextjs does not supports static export for i18n. So this is a simple tool for doing static HTML Export for such projects.

npm install --save-dev nextjs-export
or
yarn install --prod nextjs-export
or
pnpm install -D nextjs-export

Now you can call this this throug command npx nextjs-export (in the root directory of nextjs). You should add this in package.json in the scripts

"scripts": {
    "export": "npx nextjs-export"
}

To ignore a file or a folder in the public folder from being copied to out make .export_ignores in public folder. So these files will not be copied to out folder.

icon.ico
test.png
1.0.8

4 years ago

1.0.6

4 years ago

1.0.7

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago